revert this change (it broke the build)

svn path=/trunk/; revision=25568
This commit is contained in:
Christoph von Wittich 2007-01-21 20:25:27 +00:00
parent 745785f093
commit 38dd475bcf

View file

@ -1874,7 +1874,7 @@ GuiInit(VOID)
wc.style = 0;
wc.hInstance = (HINSTANCE) GetModuleHandleW(NULL);
wc.hIcon = LoadIconW(Win32CsrDllHandle, MAKEINTRESOURCEW(1));
wc.hCursor = LoadCursorW(NULL, IDC_ARROW);
wc.hCursor = LoadCursorW(NULL, MAKEINTRESOURCEW(IDC_ARROW));
wc.hbrBackground = NULL;
wc.lpszMenuName = NULL;
wc.cbClsExtra = 0;