Bad preprocesor used for discovering Linux

master
madmaxoft 2013-08-10 09:42:20 +02:00
parent 8fd67cf12a
commit 2a97bed3b4
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ void cMCLogger::SetColor(eColorScheme a_Scheme)
default: ASSERT(!"Unhandled color scheme");
}
SetConsoleTextAttribute(g_Console, Attrib);
#elif defined(LINUX) && !defined(ANDROID_NDK)
#elif defined(__linux) && !defined(ANDROID_NDK)
switch (a_Scheme)
{
case csGrayOnBlack: puts("\x1b[0m"); break;