Windows string adjustment

This commit is contained in:
mazmazz 2018-12-06 15:42:58 -05:00
parent dac15d2283
commit 72e55b4623

View file

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