mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Removed Win7 SDK define.
This commit is contained in:
parent
3eb997de15
commit
75244a0da8
1 changed files with 0 additions and 5 deletions
|
@ -97,11 +97,6 @@ function bgfxProject(_name, _kind, _defines)
|
|||
path.join(BGFX_DIR, "3rdparty/khronos"),
|
||||
}
|
||||
|
||||
configuration { "x64", "vs* or mingw*" }
|
||||
defines {
|
||||
"_WIN32_WINNT=0x601",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
includedirs {
|
||||
|
|
Loading…
Reference in a new issue