#error You cannot compile this with both GUISTUB and TTYSTUB defined.
#endif
-int GUILaunched;
struct window_procs mswin_procs = { "-guistubs" };
#ifdef QT_GRAPHICS
HANDLE hConIn;
HANDLE hConOut;
-int GUILaunched;
struct window_procs tty_procs = { "-ttystubs" };
#ifdef CURSES_GRAPHICS
char erase_char, kill_char;
HANDLE ffhandle = (HANDLE) 0;
WIN32_FIND_DATA ffd;
extern int GUILaunched;
-boolean getreturn_enabled;
+extern boolean getreturn_enabled;
int redirect_stdout;
typedef HWND(WINAPI *GETCONSOLEWINDOW)();
// Global Variables:
NHWinApp _nethack_app;
-extern int GUILaunched; /* We tell shared startup code in windmain.c
+int GUILaunched = TRUE; /* We tell shared startup code in windmain.c
that the GUI was launched via this */
#ifdef __BORLANDC__