Fix MinGW build.
This commit is contained in:
@@ -210,6 +210,7 @@ typedef unsigned __int64 U64;
|
|||||||
#else
|
#else
|
||||||
typedef unsigned long long U64;
|
typedef unsigned long long U64;
|
||||||
#endif
|
#endif
|
||||||
|
int _CRT_glob = 0;
|
||||||
]]}, {}
|
]]}, {}
|
||||||
|
|
||||||
local function preprocess(src)
|
local function preprocess(src)
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ typedef unsigned __int64 U64;
|
|||||||
#else
|
#else
|
||||||
typedef unsigned long long U64;
|
typedef unsigned long long U64;
|
||||||
#endif
|
#endif
|
||||||
|
int _CRT_glob = 0;
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user