diff options
Diffstat (limited to 'c/main.c')
-rw-r--r-- | c/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -185,8 +185,6 @@ INT_PTR CALLBACK AboutDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { switch (uMsg) { - case WM_INITDIALOG: - return TRUE; case WM_CLOSE: EndDialog(hWnd, IDOK); break; |