mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +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
|
||||
// Would be nice to use SDL_GetPlatform for this
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WINDOWS)
|
||||
CONS_Printf("Windows ");
|
||||
#elif defined(LINUX)
|
||||
#elif defined(__linux__)
|
||||
CONS_Printf("Linux ");
|
||||
#elif defined(MACOSX)
|
||||
CONS_Printf("macOS" );
|
||||
|
|
Loading…
Reference in a new issue