mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
calling MainWindowCleanup for AboutDialogBox
This commit is contained in:
@@ -127,6 +127,8 @@ static LRESULT AboutWinProc (HWND hWnd, UINT message,
|
||||
DestroyMainWindow (hWnd);
|
||||
#ifdef _MGRM_THREADS
|
||||
PostQuitMessage (hWnd);
|
||||
#else
|
||||
MainWindowCleanup (hWnd);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user