From c8254f89d19400cd717bca103410e2169347767e Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Thu, 28 May 2015 19:33:39 +0200 Subject: [PATCH] renamed missed CallWindowProcW Unicode version also to CallWindowProc --- PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp b/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp index f3c1c13b2..74fc47f92 100644 --- a/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp +++ b/PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp @@ -256,7 +256,7 @@ void ScintillaEditView::init(HINSTANCE hInst, HWND hPere) _codepage = ::GetACP(); ::SetWindowLongPtr(_hSelf, GWLP_USERDATA, reinterpret_cast(this)); - _callWindowProc = CallWindowProcW; + _callWindowProc = CallWindowProc; _scintillaDefaultProc = reinterpret_cast(::SetWindowLongPtr(_hSelf, GWLP_WNDPROC, reinterpret_cast(scintillaStatic_Proc))); //Get the startup document and make a buffer for it so it can be accessed like a file