_WINDOWS instead of _WIN32 for DD

This commit is contained in:
mazmazz 2018-12-05 12:55:05 -05:00
parent 6d9fb0d3fd
commit 389c2d4ea1

View file

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