Added missing suffix for WNDCLASSW.

This commit is contained in:
Camilla Berglund 2014-03-06 23:21:13 +01:00
parent 76eefcc08a
commit d2205aa1a0
1 changed files with 1 additions and 1 deletions

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