mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
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:
parent
0e1784bf4c
commit
854b303d18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue