diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-29 21:39:22 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-29 21:39:22 +0000 |
commit | c3e5899634db828b42aca5ebd4ba6a9d4eb16da0 (patch) | |
tree | 36bfcb813a21f008abafc88f0386a78aae312c43 /protocols/YAMN/proto/pop3/pop3opt.h | |
parent | 1f8600fdd53b2d35abc340135e777005b4a75402 (diff) |
x64 signature fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1259 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/YAMN/proto/pop3/pop3opt.h')
-rw-r--r-- | protocols/YAMN/proto/pop3/pop3opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/proto/pop3/pop3opt.h b/protocols/YAMN/proto/pop3/pop3opt.h index f3e1afa021..6a678284fa 100644 --- a/protocols/YAMN/proto/pop3/pop3opt.h +++ b/protocols/YAMN/proto/pop3/pop3opt.h @@ -18,7 +18,7 @@ BOOL DlgShowAccountColors(HWND hDlg,WPARAM wParam,LPARAM lParam); INT_PTR CALLBACK DlgProcPOP3AccOpt(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
//Options dialog procedure
-BOOL CALLBACK DlgProcPOP3AccStatusOpt(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgProcPOP3AccStatusOpt(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
//Options dialog procedure
INT_PTR CALLBACK DlgProcYAMNOpt(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|