diff options
Diffstat (limited to 'plugins/KeyboardNotify/trigger.cpp')
-rw-r--r-- | plugins/KeyboardNotify/trigger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/trigger.cpp b/plugins/KeyboardNotify/trigger.cpp index 2f07230696..df3d7daaf3 100644 --- a/plugins/KeyboardNotify/trigger.cpp +++ b/plugins/KeyboardNotify/trigger.cpp @@ -57,7 +57,7 @@ int getCustomNro(DWORD actionID, HWND hwndDlg, int nItems) return DEF_SETTING_CUSTOMTHEME;
}
-static BOOL CALLBACK DlgProcOptsActionKbdNotify(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK DlgProcOptsActionKbdNotify(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
DBVARIANT dbv;
DWORD actionID;
|