Added some sanity check, closes #1896.

This commit is contained in:
OBattler
2021-12-08 21:06:56 +01:00
parent 732399ed42
commit 4a906f0138
2 changed files with 20 additions and 20 deletions

View File

@@ -54,8 +54,8 @@
/* Platform Public data, specific. */
HWND hwndMain, /* application main window */
hwndRender; /* machine render window */
HWND hwndMain = NULL, /* application main window */
hwndRender = NULL; /* machine render window */
HMENU menuMain; /* application main menu */
RECT oldclip; /* mouse rect */
int sbar_height = 23; /* statusbar height */