Skip to content

Commit

Permalink
Fix MinGW build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Dec 29, 2013
1 parent 74d3a61 commit 9de8a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minilua.c
Expand Up @@ -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>
Expand Down

0 comments on commit 9de8a80

Please sign in to comment.