Fixed: NL_OS_WIN32 is never defined

This commit is contained in:
kervala 2016-10-08 18:28:54 +02:00
parent 76759098f2
commit 10e5fb77ed

View file

@ -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";