mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
return 0; after PostQuitMessage()
This commit is contained in:
parent
70771f29ce
commit
fcbc36ecde
2
main.c
2
main.c
@ -416,7 +416,7 @@ static LRESULT CALLBACK WindowProc(HWND hWnd, UINT msg, WPARAM wParam,
|
|||||||
mg_stop(ctx);
|
mg_stop(ctx);
|
||||||
Shell_NotifyIcon(NIM_DELETE, &TrayIcon);
|
Shell_NotifyIcon(NIM_DELETE, &TrayIcon);
|
||||||
PostQuitMessage(0);
|
PostQuitMessage(0);
|
||||||
break;
|
return 0;
|
||||||
case ID_EDIT_CONFIG:
|
case ID_EDIT_CONFIG:
|
||||||
edit_config_file();
|
edit_config_file();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user