Fix MinGW build.

This commit is contained in:
Mike Pall 2013-12-29 19:21:16 +01:00
parent ca67c89f20
commit b779f31ca3
2 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,7 @@ typedef unsigned __int64 U64;
#else
typedef unsigned long long U64;
#endif
int _CRT_glob = 0;
]]}, {}
local function preprocess(src)

View File

@ -27,6 +27,7 @@ typedef unsigned __int64 U64;
#else
typedef unsigned long long U64;
#endif
int _CRT_glob = 0;
#include <stddef.h>
#include <stdarg.h>
#include <limits.h>