diff --git a/src/win32_window.c b/src/win32_window.c index 96aa378f..342a5dff 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -660,7 +660,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, } } - return DefWindowProc(hWnd, uMsg, wParam, lParam); + return DefWindowProcW(hWnd, uMsg, wParam, lParam); } // Creates the GLFW window and rendering context