summaryrefslogtreecommitdiff
path: root/plugins/Scriver
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-24 13:51:19 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-24 13:51:19 +0000
commit2e9daaee6cdf51423daa89b1dbae37e1424d549f (patch)
treeb8d1a7fb2dc60378a0b497931277f45c548d1a65 /plugins/Scriver
parent6d99499879c434f212f4c02e751f730eca610983 (diff)
Scriver:
x64 compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r--plugins/Scriver/chat/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/chat/options.cpp b/plugins/Scriver/chat/options.cpp
index 29bb385db0..a54a1734af 100644
--- a/plugins/Scriver/chat/options.cpp
+++ b/plugins/Scriver/chat/options.cpp
@@ -373,7 +373,7 @@ INT_PTR CALLBACK DlgProcOptions1(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lPa
return FALSE;
}
-BOOL CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam)
+INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam)
{
static HTREEITEM hListHeading2= 0;
static HTREEITEM hListHeading3= 0;