summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/src/commonheaders.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-08-01 21:32:07 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-08-01 21:32:07 +0000
commit59c3505527e92eb41ed9755e4958fabe52b5c13c (patch)
treea96b0da57af7bd08ef411e70daccf5ca107f411e /plugins/Dbx_mmap_SA/src/commonheaders.h
parent30fcf9ef16d99490b936791ca58997920e0ea98f (diff)
x64 fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/commonheaders.h')
-rw-r--r--plugins/Dbx_mmap_SA/src/commonheaders.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dbx_mmap_SA/src/commonheaders.h b/plugins/Dbx_mmap_SA/src/commonheaders.h
index da38757088..710172c241 100644
--- a/plugins/Dbx_mmap_SA/src/commonheaders.h
+++ b/plugins/Dbx_mmap_SA/src/commonheaders.h
@@ -81,9 +81,9 @@ void DecodeCopyMemory(void * dst, void * src, size_t size );
void EncodeDBWrite(DWORD ofs, void * src, size_t size);
void DecodeDBWrite(DWORD ofs, void * src, size_t size);
-BOOL CALLBACK DlgStdInProc(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
-BOOL CALLBACK DlgStdNewPass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
-BOOL CALLBACK DlgChangePass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK DlgStdInProc(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK DlgStdNewPass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK DlgChangePass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
void xModifyMenu(HANDLE hMenu,long flags,const TCHAR* name, HICON hIcon);
extern DBSignature dbSignature, dbSignatureSecured;