some name stuff

This commit is contained in:
freedom
2023-07-31 23:25:57 -06:00
parent 4c9d319f9d
commit 544b6213d0
4 changed files with 4 additions and 3 deletions

View File

@@ -108,7 +108,8 @@ WndProcDefault:
\* * * */
LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam)
{
switch (GET_WM_COMMAND_ID(wParam, lParam)) {
switch (GET_WM_COMMAND_ID(wParam, lParam))
{
case IDM_SHUTDOWN:
ExitWindowsDialog(hWnd);