diff options
Diffstat (limited to 'plugins/CryptoPP/src/GPGw/userdialog.h')
-rw-r--r-- | plugins/CryptoPP/src/GPGw/userdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.h b/plugins/CryptoPP/src/GPGw/userdialog.h index 5f49882a29..acdf0a3bcc 100644 --- a/plugins/CryptoPP/src/GPGw/userdialog.h +++ b/plugins/CryptoPP/src/GPGw/userdialog.h @@ -1,6 +1,6 @@ #ifndef __USERDIALOG_H__
#define __USERDIALOG_H__
-BOOL CALLBACK UserIdDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
+INT_PTR CALLBACK UserIdDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
#endif // __USERDIALOG_H__
|