diff options
Diffstat (limited to 'SecureIM/options.h')
-rw-r--r-- | SecureIM/options.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SecureIM/options.h b/SecureIM/options.h index 4bcfcd8..c87a0de 100644 --- a/SecureIM/options.h +++ b/SecureIM/options.h @@ -1,11 +1,11 @@ #ifndef __OPTIONS_H__
#define __OPTIONS_H__
-BOOL CALLBACK OptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
-BOOL CALLBACK DlgProcOptionsGeneral(HWND,UINT,WPARAM,LPARAM);
-BOOL CALLBACK DlgProcOptionsProto(HWND,UINT,WPARAM,LPARAM);
-BOOL CALLBACK DlgProcOptionsPGP(HWND,UINT,WPARAM,LPARAM);
-BOOL CALLBACK DlgProcOptionsGPG(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK OptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK DlgProcOptionsGeneral(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK DlgProcOptionsProto(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK DlgProcOptionsPGP(HWND,UINT,WPARAM,LPARAM);
+INT_PTR CALLBACK DlgProcOptionsGPG(HWND,UINT,WPARAM,LPARAM);
BOOL CALLBACK DlgProcSetPSK(HWND,UINT,WPARAM,LPARAM);
BOOL CALLBACK DlgProcSetPassphrase(HWND,UINT,WPARAM,LPARAM);
void ApplyGeneralSettings(HWND);
|