fix: dragging of window doesn't work, when returning directly from unhandled WM_SYSCOMMAND - so let's not do that!

This commit is contained in:
Brian Matzon 2003-03-17 18:40:56 +00:00
parent f078482bbc
commit 0060b68efd
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ LRESULT CALLBACK WindowProc(HWND hWnd,
//don't continue processing this command since this
//would shutdown the window, which the application might not want to
return 0L;
default:
return 0L; // don't allow the window menu to show
}
}
break;