mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Define is _WINDOWS not WINDOWS (#2439)
This commit is contained in:
parent
dbf8440a32
commit
678a4e30f5
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user