summaryrefslogtreecommitdiff
path: root/plugins/Spamotron/src
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-05-21 14:22:11 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-05-21 14:22:11 +0000
commit9d392a5e1a34b333f1849a1505d510fbf68a66af (patch)
tree8c760574b3273411aa275a3ee0e958ecf5345690 /plugins/Spamotron/src
parentef451a30cfa4fe0a5d90c9313313a2be910c0d15 (diff)
minor adaptions for Miranda NG
git-svn-id: http://svn.miranda-ng.org/main/trunk@4775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r--plugins/Spamotron/src/popups.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Spamotron/src/popups.cpp b/plugins/Spamotron/src/popups.cpp
index 4688e4baf6..48ae670011 100644
--- a/plugins/Spamotron/src/popups.cpp
+++ b/plugins/Spamotron/src/popups.cpp
@@ -46,7 +46,7 @@ void EnablePopupTimeouts(HWND hwnd, BOOL enable)
EnableWindow(GetDlgItem(hwnd, IDC_OPT_POPUPS_CHALLENGE_TIMEOUT), !enable && bEnabled);
}
-BOOL CALLBACK DlgProcOptionsPopups(HWND optDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOptionsPopups(HWND optDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
BOOL bEnabled;
static int bInitializing = 0;