mirror of https://github.com/bkaradzic/bgfx
Make VS and Mingw x64 builds default to Windows 7 (_WIN32_WINNT=0x601)
This commit is contained in:
parent
8f09044ea4
commit
dc582c76ee
|
@ -60,6 +60,11 @@ function bgfxProject(_name, _kind, _defines)
|
|||
BGFX_DIR .. "3rdparty/khronos",
|
||||
}
|
||||
|
||||
configuration { "x64", "vs* or mingw" }
|
||||
defines {
|
||||
"_WIN32_WINNT=0x601",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
includedirs {
|
||||
|
|
Loading…
Reference in New Issue