Browse Source

Fixed VS2012 build.

Branimir Karadžić 9 years ago
parent
commit
727df90bed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/shaderc.lua

+ 1 - 0
scripts/shaderc.lua

@@ -8,6 +8,7 @@ project "glslang"
 
 	configuration { "vs2012" }
 		defines {
+			"atoll=_atoi64",
 			"strtoll=_strtoi64",
 			"strtoull=_strtoui64",
 		}