diff options
author | 2016-10-09 19:45:17 -0400 | |
---|---|---|
committer | 2016-10-09 19:45:17 -0400 | |
commit | fac14f51d8b09b065cd9aa9960c0bbb9b4b0ea45 (patch) | |
tree | 6a1942f467df12569c762de9d9616ad44874a21f | |
parent | 6623638c3b2bb0bd9cb7a3ccf289b5eae10a0689 (diff) |
Fix SDL build on windows: asio.hpp requires _WIN32_WINNT (nw)
-rw-r--r-- | scripts/src/osd/sdl_cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/osd/sdl_cfg.lua b/scripts/src/osd/sdl_cfg.lua index b73c9253819..b5b5e1063cf 100644 --- a/scripts/src/osd/sdl_cfg.lua +++ b/scripts/src/osd/sdl_cfg.lua @@ -108,6 +108,7 @@ if _OPTIONS["targetos"]=="windows" then "UNICODE", "_UNICODE", "main=utf8_main", + "_WIN32_WINNT=0x0501", } configuration { "Debug" } |