mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Windows string adjustment
This commit is contained in:
parent
ba60989c00
commit
df89781623
1 changed files with 1 additions and 1 deletions
|
@ -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 ");
|
||||
|
|
Loading…
Reference in a new issue