mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
revert this change (it broke the build)
svn path=/trunk/; revision=25568
This commit is contained in:
parent
745785f093
commit
38dd475bcf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue