From b0679533738480a485d320bfabcf15013154ee07 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 19 Jan 2019 02:31:53 +0100 Subject: [PATCH] I can't remember why I did this, but it fixes something --- thirdparty/src/Lua/loadlib.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/src/Lua/loadlib.cpp b/thirdparty/src/Lua/loadlib.cpp index a20e68efc..f5319da42 100644 --- a/thirdparty/src/Lua/loadlib.cpp +++ b/thirdparty/src/Lua/loadlib.cpp @@ -176,6 +176,8 @@ static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { ** ======================================================================= */ +#define WIN32_LEAN_AND_MEAN + #include #undef setprogdir