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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,7 +909,7 @@ void LuaParser::ReloadQuests() {
#error Incompatible lua version
#endif
#ifdef WINDOWS
#ifdef _WINDOWS
const char libext[] = ".dll";
#else
// lua doesn't care OSX doesn't use sonames