From d875363d723fbf30350627f4e5fbf8c652059c6e Mon Sep 17 00:00:00 2001 From: freedom Date: Wed, 9 Aug 2023 20:18:43 -0600 Subject: [PATCH] program manager ii! --- progmgr/wndproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progmgr/wndproc.c b/progmgr/wndproc.c index a25e059..86db0c4 100644 --- a/progmgr/wndproc.c +++ b/progmgr/wndproc.c @@ -53,7 +53,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) return FALSE; } - TempCreateGroup(hWndMDIClient); + // TempCreateGroup(hWndMDIClient); break; }