mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-04 15:31:05 +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
|
#ifdef HAVE_SDL
|
||||||
CONS_Printf("SDL ");
|
CONS_Printf("SDL ");
|
||||||
#else
|
#else
|
||||||
#ifdef _WIN32
|
#ifdef _WINDOWS
|
||||||
CONS_Printf("DD ");
|
CONS_Printf("DD ");
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue