mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 16:04:21 +08:00
revert this change (it broke the build)
svn path=/trunk/; revision=25568
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user