diff --git a/Externals/Lua/luaconf.h b/Externals/Lua/luaconf.h index 2c46a4b340..be7e4fe430 100644 --- a/Externals/Lua/luaconf.h +++ b/Externals/Lua/luaconf.h @@ -10,7 +10,11 @@ #include #include +// can't include Common.h because it's C++ +// the following is OK because on Windows, Lua needs nothing special +#ifndef _WIN32 #include "../../Source/Core/Common/Src/Config.h" +#endif /* ** ==================================================================