diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-20 12:09:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-20 12:09:49 +0300 |
commit | 97deb259026705e0a16b554ed5877cc210dbb704 (patch) | |
tree | e4312df9d04a67ae1c8179a2ef462c6bc0180db1 /src/core | |
parent | c3a14c1a27b843364b3e3a1a6cb5df6f262c5d06 (diff) |
compilation fix
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index 2ce5109326..d088c8430b 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -849,7 +849,7 @@ void CSrmmWindow::UpdateReadChars() }
}
-INT_PTR CALLBACK CSrmmWindow::DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam)
+INT_PTR CSrmmWindow::DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam)
{
ENLINK *pLink;
CHARRANGE sel;
|