Selaa lähdekoodia

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

[email protected] 11 vuotta sitten
vanhempi
sitoutus
dc582c76ee
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      scripts/bgfx.lua

+ 5 - 0
scripts/bgfx.lua

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