summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-13 20:03:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-13 20:03:50 +0300
commitbeef95a7ef2670119b88eb8c9434863a004fe3af (patch)
tree11a71ca484bdde423caf7a8129474feb20b75767
parent0cc92f51b4881d6ea6a3f8f2051cd69f2ff9156c (diff)
compilation fix
-rw-r--r--src/mir_app/src/MDatabaseCommonCrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/MDatabaseCommonCrypt.cpp b/src/mir_app/src/MDatabaseCommonCrypt.cpp
index 50e518010e..e235bf9e4a 100644
--- a/src/mir_app/src/MDatabaseCommonCrypt.cpp
+++ b/src/mir_app/src/MDatabaseCommonCrypt.cpp
@@ -216,7 +216,7 @@ public:
Window_FreeIcon_IcoLib(GetDlgItem(m_hwnd, IDC_HEADERBAR));
}
- LRESULT DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override
+ INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override
{
if (msg == WM_CTLCOLORSTATIC && (HWND)lParam == GetDlgItem(m_hwnd, IDC_LANG)) {
SetTextColor((HDC)wParam, GetSysColor(COLOR_HIGHLIGHTTEXT));