mirror of https://github.com/mamedev/mame.git
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