create group files, comment out some desktop stuff for debugging

This commit is contained in:
freedom
2023-08-01 01:35:14 -06:00
parent 3e9c6623c2
commit 62c5dd95bf
6 changed files with 44 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
InsertMenu(hSystemMenu, 6, MF_BYPOSITION | MF_STRING, IDM_TASKMGR, szBuffer);
// Create the desktop window...
CreateDesktopWindow();
// CreateDesktopWindow();
}
while (GetMessage(&msg, NULL, 0, 0) > 0)