Make VS and Mingw x64 builds default to Windows 7 (_WIN32_WINNT=0x601)

This commit is contained in:
m.milanovic@levi9.com 2014-09-18 15:32:42 +02:00
parent 8f09044ea4
commit dc582c76ee
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ function bgfxProject(_name, _kind, _defines)
BGFX_DIR .. "3rdparty/khronos",
}
configuration { "x64", "vs* or mingw" }
defines {
"_WIN32_WINNT=0x601",
}
configuration {}
includedirs {