diff options
Diffstat (limited to 'src/host/genminilua.lua')
-rw-r--r-- | src/host/genminilua.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/genminilua.lua b/src/host/genminilua.lua index e666f088..7ba39d47 100644 --- a/src/host/genminilua.lua +++ b/src/host/genminilua.lua | |||
@@ -210,6 +210,7 @@ typedef unsigned __int64 U64; | |||
210 | #else | 210 | #else |
211 | typedef unsigned long long U64; | 211 | typedef unsigned long long U64; |
212 | #endif | 212 | #endif |
213 | int _CRT_glob = 0; | ||
213 | ]]}, {} | 214 | ]]}, {} |
214 | 215 | ||
215 | local function preprocess(src) | 216 | local function preprocess(src) |