Make the ENet wrapper define LUA_COMPAT_ALL before including Lua’s headers (see issue #787)

This commit is contained in:
Alex Szpakowski
2013-11-07 23:26:24 -04:00
parent c1b4f31578
commit 6a22afb3a9
+1
View File
@@ -25,6 +25,7 @@
#include <string.h>
extern "C" {
#define LUA_COMPAT_ALL
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"