mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added missing suffix for WNDCLASSW.
This commit is contained in:
parent
76eefcc08a
commit
d2205aa1a0
@ -804,7 +804,7 @@ static void getFullWindowSize(_GLFWwindow* window,
|
||||
//
|
||||
static ATOM registerWindowClass(void)
|
||||
{
|
||||
WNDCLASS wc;
|
||||
WNDCLASSW wc;
|
||||
ATOM classAtom;
|
||||
|
||||
// Set window class parameters
|
||||
|
Loading…
Reference in New Issue
Block a user