From 0a45ee17d65e81de34fca97a5cea6956150081ec Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 1 Oct 2024 18:01:53 +0300 Subject: missing modifier --- src/mir_app/src/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mir_app/src/help.cpp b/src/mir_app/src/help.cpp index 02e85523a3..d402d921fa 100644 --- a/src/mir_app/src/help.cpp +++ b/src/mir_app/src/help.cpp @@ -29,7 +29,7 @@ static class CAboutDlg *pAboutDialog; static CMStringA szCommitHash; -static LRESULT HeaderWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) +static LRESULT CALLBACK HeaderWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { if (msg == WM_LBUTTONDOWN && !szCommitHash.IsEmpty()) Utils_OpenUrl("https://github.com/miranda-ng/miranda-ng/commit/" + szCommitHash); -- cgit v1.2.3