mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 21:31:04 +00:00
Adjust version strings
This commit is contained in:
parent
17e9188c89
commit
ba60989c00
1 changed files with 2 additions and 2 deletions
|
@ -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" );
|
||||||
|
|
Loading…
Reference in a new issue