mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
_WINDOWS instead of _WIN32 for DD
This commit is contained in:
parent
6d9fb0d3fd
commit
389c2d4ea1
1 changed files with 1 additions and 1 deletions
|
@ -3430,7 +3430,7 @@ static void Command_Version_f(void)
|
|||
#ifdef HAVE_SDL
|
||||
CONS_Printf("SDL ");
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
#ifdef _WINDOWS
|
||||
CONS_Printf("DD ");
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue