diff options
Diffstat (limited to 'SecureIM/popupOptions.cpp')
-rw-r--r-- | SecureIM/popupOptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecureIM/popupOptions.cpp b/SecureIM/popupOptions.cpp index 892d265..03776ea 100644 --- a/SecureIM/popupOptions.cpp +++ b/SecureIM/popupOptions.cpp @@ -1,7 +1,7 @@ #include "commonheaders.h"
-BOOL CALLBACK PopOptionsDlgProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam) {
+INT_PTR CALLBACK PopOptionsDlgProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam) {
char getTimeout[5];
|