summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewEventNotify/options.c')
-rw-r--r--plugins/NewEventNotify/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/options.c b/plugins/NewEventNotify/options.c
index 401ab0941d..24ecc24485 100644
--- a/plugins/NewEventNotify/options.c
+++ b/plugins/NewEventNotify/options.c
@@ -145,7 +145,7 @@ static void UpdateOptionsDlgItemsState(HWND hWnd)
EnableDlgItem(hWnd, IDC_DELAY_OTHERS, options->iDelayOthers != -1);
}
-static BOOL CALLBACK OptionsDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK OptionsDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message)
{