From 75244a0da8452384dc519fcbd3edbce300e3cdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 30 Jun 2015 14:55:02 -0700 Subject: [PATCH] Removed Win7 SDK define. --- scripts/bgfx.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index c427c7c50..780d818b0 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -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 {