mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +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)
|
static ATOM registerWindowClass(void)
|
||||||
{
|
{
|
||||||
WNDCLASS wc;
|
WNDCLASSW wc;
|
||||||
ATOM classAtom;
|
ATOM classAtom;
|
||||||
|
|
||||||
// Set window class parameters
|
// Set window class parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user