mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix SDL build on windows: asio.hpp requires _WIN32_WINNT (nw)
This commit is contained in:
parent
6623638c3b
commit
fac14f51d8
@ -108,6 +108,7 @@ if _OPTIONS["targetos"]=="windows" then
|
||||
"UNICODE",
|
||||
"_UNICODE",
|
||||
"main=utf8_main",
|
||||
"_WIN32_WINNT=0x0501",
|
||||
}
|
||||
|
||||
configuration { "Debug" }
|
||||
|
Loading…
Reference in New Issue
Block a user