mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 22:42:46 +00:00
Windows string adjustment
This commit is contained in:
parent
dac15d2283
commit
72e55b4623
1 changed files with 1 additions and 1 deletions
|
|
@ -3435,7 +3435,7 @@ 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(_WINDOWS)
|
#if defined (_WIN32) || defined (_WIN64)
|
||||||
CONS_Printf("Windows ");
|
CONS_Printf("Windows ");
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
CONS_Printf("Linux ");
|
CONS_Printf("Linux ");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue