diff options
Diffstat (limited to 'SecureIM/popupOptions.h')
-rw-r--r-- | SecureIM/popupOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecureIM/popupOptions.h b/SecureIM/popupOptions.h index c596136..22d3453 100644 --- a/SecureIM/popupOptions.h +++ b/SecureIM/popupOptions.h @@ -1,7 +1,7 @@ #ifndef __POPUP_OPTIONS__
#define __POPUP_OPTIONS__
-BOOL CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
void RefreshPopupOptionsDlg(HWND,HWND,HWND,HWND,HWND,HWND);
int onRegisterPopOptions(WPARAM,LPARAM);
|