diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-01 20:39:34 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-01-01 20:39:34 +0000 |
commit | f251f8ffa34a0b9699aff9ca3ed03fec8f2d2e51 (patch) | |
tree | 976da398337868638ccafce9fbff71239a8449eb /SecureIM/popupOptions.h | |
parent | f39683393b0f9c31559ef05c824774541d9a19be (diff) |
SecureIM: x64 fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@253 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
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);
|