Skip to content
Snippets Groups Projects
Commit ee0446cf authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0076

parent 67fe1a13
No related merge requests found
...@@ -136,7 +136,7 @@ global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) ...@@ -136,7 +136,7 @@ global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
{ {
#if defined(WIN3264) && defined(FEAT_MBYTE) #if defined(WIN3264) && defined(FEAT_MBYTE)
if (wide_WindowProc) if (wide_WindowProc)
lResult = DefWindowProcW(hwnd, Msg, wParam, lParam); lResult = DefWindowProcW(hWnd, Msg, wParam, lParam);
else else
#endif #endif
lResult = DefWindowProc(hWnd, Msg, wParam, lParam); lResult = DefWindowProc(hWnd, Msg, wParam, lParam);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment