Skip to content

Commit

Permalink
Merge pull request NixOS#11796 from nix-windows/windows-build/minimum…
Browse files Browse the repository at this point in the history
…-sdk

Set minimum Windows API to Windows 8
  • Loading branch information
Ericson2314 authored Nov 4, 2024
2 parents e1181d5 + 8ae5610 commit 9fdbefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ifdef HOST_WINDOWS
#
# TODO do not do this, and instead do fine-grained export annotations.
GLOBAL_LDFLAGS += -Wl,--export-all-symbols
GLOBAL_CXXFLAGS += -D_WIN32_WINNT=0x0602
endif

GLOBAL_CXXFLAGS += -g -Wall -Wdeprecated-copy -Wignored-qualifiers -Wimplicit-fallthrough -Werror=unused-result -Werror=suggest-override -include $(buildprefix)config.h -std=c++2a -I src
Expand Down

0 comments on commit 9fdbefe

Please sign in to comment.