Commit 55de5585 authored by Alexandre Julliard's avatar Alexandre Julliard

Use proper system directory.

parent eafae342
......@@ -568,10 +568,10 @@ BOOL32 SIC_Initialize(void)
{ return(FALSE);
}
GetWindowsDirectory32A(szShellPath,MAX_PATH);
GetSystemDirectory32A(szShellPath,MAX_PATH);
PathAddBackslash32A(szShellPath);
strcat(szShellPath,"system\\shell32.dll");
strcat(szShellPath,"shell32.dll");
hSmRet = GlobalAlloc32( GMEM_FIXED | GMEM_ZEROINIT, sizeof(HICON32)*40);
hLgRet = GlobalAlloc32( GMEM_FIXED | GMEM_ZEROINIT, sizeof(HICON32)*40);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment