Define is _WINDOWS not WINDOWS (#2439)

This commit is contained in:
Michael Cook (mackal)
2022-09-21 12:43:38 -04:00
committed by GitHub
parent dbf8440a32
commit 678a4e30f5
+1 -1
View File
@@ -909,7 +909,7 @@ void LuaParser::ReloadQuests() {
#error Incompatible lua version #error Incompatible lua version
#endif #endif
#ifdef WINDOWS #ifdef _WINDOWS
const char libext[] = ".dll"; const char libext[] = ".dll";
#else #else
// lua doesn't care OSX doesn't use sonames // lua doesn't care OSX doesn't use sonames