Fix command line help window in builds with the startup window disabled

git-svn-id: https://svn.eduke32.com/eduke32@6270 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-06-24 21:17:59 +00:00
parent 0e1784bf4c
commit 854b303d18

View file

@ -11,9 +11,9 @@
#if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2 #if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2
# define STARTUP_SETUP_WINDOW # define STARTUP_SETUP_WINDOW
#endif #endif
#endif
#undef WM_MSGBOX_WINDOW #undef WM_MSGBOX_WINDOW
#if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2 || (defined RENDERTYPESDL && SDL_MAJOR_VERSION >= 2) #if defined _WIN32 || defined EDUKE32_OSX || defined HAVE_GTK2 || (defined RENDERTYPESDL && SDL_MAJOR_VERSION >= 2)
# define WM_MSGBOX_WINDOW # define WM_MSGBOX_WINDOW
#endif #endif
#endif