_WINDOWS instead of _WIN32 for DD

This commit is contained in:
mazmazz 2018-12-05 12:55:05 -05:00
parent 6d9fb0d3fd
commit 389c2d4ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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