mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: NL_OS_WIN32 is never defined
--HG-- branch : develop
This commit is contained in:
parent
263665696a
commit
d3bf97e00f
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ void CPatchManager::readDescFile(sint32 nVersion)
|
|||
|
||||
#if defined(NL_OS_WIN64)
|
||||
platformPatchCategory = "main_exedll_win64";
|
||||
#elif defined(NL_OS_WIN32)
|
||||
#elif defined(NL_OS_WINDOWS)
|
||||
platformPatchCategory = "main_exedll_win32";
|
||||
#elif defined(NL_OS_MAC)
|
||||
platformPatchCategory = "main_exedll_osx";
|
||||
|
|
Loading…
Reference in a new issue