Fix MinGW build.

This commit is contained in:
Mike Pall
2013-12-21 16:49:10 +01:00
parent 0ded8e82a8
commit 279673ddfc
4 changed files with 4 additions and 7 deletions

View File

@@ -6,6 +6,9 @@
#ifndef luaconf_h
#define luaconf_h
#ifndef WINVER
#define WINVER 0x0501
#endif
#include <limits.h>
#include <stddef.h>