Skip to content

Commit 9de8a80

Browse files
author
Mike Pall
committed
Fix MinGW build.
1 parent 74d3a61 commit 9de8a80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

minilua.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ typedef unsigned __int64 U64;
2727
#else
2828
typedef unsigned long long U64;
2929
#endif
30+
int _CRT_glob = 0;
3031
#include <stddef.h>
3132
#include <stdarg.h>
3233
#include <limits.h>

0 commit comments

Comments
 (0)