fix SF [ 2216986 ] - Win32 - File > Quit does nothing
This commit is contained in:
parent
a25b610c6e
commit
2f1cfdc865
|
@ -1565,7 +1565,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
switch(LOWORD(wParam))
|
||||
{
|
||||
case IDM_QUIT:
|
||||
PostMessage(hwnd, WM_QUIT, 0, 0);
|
||||
DestroyWindow(hwnd);
|
||||
return 0;
|
||||
case IDM_OPEN:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue