mirror of
https://github.com/glfw/glfw.git
synced 2026-02-20 22:23:12 +01:00
Make call to DefWindowProcW explicit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user