win32: missed a break under WM_CLOSE
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
42802313cb
commit
f260c3c11e
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ static LRESULT CALLBACK wndproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
|
|||
case WM_CLOSE:
|
||||
{
|
||||
MwLLDispatch(u->ll, close, NULL);
|
||||
break;
|
||||
}
|
||||
case WM_CHAR:
|
||||
case WM_SYSCHAR:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue