diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stduihist/src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduihist/src/history.cpp b/src/core/stduihist/src/history.cpp index 3b0918c393..a67df5ffc0 100644 --- a/src/core/stduihist/src/history.cpp +++ b/src/core/stduihist/src/history.cpp @@ -161,7 +161,7 @@ static int HistoryDlgResizer(HWND, LPARAM, UTILRESIZECONTROL *urc) return RD_ANCHORX_LEFT | RD_ANCHORY_TOP;
}
-static LRESULT HotkeyProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+static LRESULT CALLBACK HotkeyProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
if (msg == WM_CHAR)
if (wParam == 0x06) // Ctrl+F
|