calling MainWindowCleanup for AboutDialogBox

This commit is contained in:
Vincent Wei
2020-03-22 22:53:25 +08:00
parent bbd1776911
commit ce6525d8f2

View File

@@ -127,6 +127,8 @@ static LRESULT AboutWinProc (HWND hWnd, UINT message,
DestroyMainWindow (hWnd);
#ifdef _MGRM_THREADS
PostQuitMessage (hWnd);
#else
MainWindowCleanup (hWnd);
#endif
return 0;
}