Windows NetHackW memory leak bit

This commit is contained in:
nhmall
2024-12-10 14:49:56 -05:00
parent 323359ed83
commit e08bd9ef8a
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static TCHAR szMainWindowClass[] = TEXT("MSNHMainWndClass");
static TCHAR szTitle[MAX_LOADSTRING];
struct window_tracking_data windowdata[MAXWINDOWS];
extern void mswin_display_splash_window(BOOL);
extern void free_menu_data(void); /* mhmenu.c */
LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
static LRESULT onWMCommand(HWND hWnd, WPARAM wParam, LPARAM lParam);