work is happening

This commit is contained in:
freedom7341
2023-09-15 11:46:01 -06:00
parent d16b7254da
commit 48c8f542bc
7 changed files with 18 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ HWND CreateListView(HWND hWndParent, RECT rc);
RETURNS -
True if successful, false if unsuccessful.
\* * * */
BOOL CreateDesktopWindow()
BOOL CreateDesktopWindow(VOID)
{
MSG msg = { 0 };
WNDCLASSEX wc = { 0 };