1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added missing suffix for WNDCLASSW.

This commit is contained in:
Camilla Berglund 2014-03-06 23:21:13 +01:00
parent 76eefcc08a
commit d2205aa1a0

View File

@ -804,7 +804,7 @@ static void getFullWindowSize(_GLFWwindow* window,
//
static ATOM registerWindowClass(void)
{
WNDCLASS wc;
WNDCLASSW wc;
ATOM classAtom;
// Set window class parameters