Adjust version strings

This commit is contained in:
mazmazz 2018-12-06 15:39:19 -05:00
parent 17e9188c89
commit ba60989c00
1 changed files with 2 additions and 2 deletions

View File

@ -3435,9 +3435,9 @@ static void Command_Version_f(void)
// OS // OS
// Would be nice to use SDL_GetPlatform for this // Would be nice to use SDL_GetPlatform for this
#if defined(_WIN32) #if defined(_WINDOWS)
CONS_Printf("Windows "); CONS_Printf("Windows ");
#elif defined(LINUX) #elif defined(__linux__)
CONS_Printf("Linux "); CONS_Printf("Linux ");
#elif defined(MACOSX) #elif defined(MACOSX)
CONS_Printf("macOS" ); CONS_Printf("macOS" );