X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fshell32%2Fwine%2Fshellord.c;h=df2c5205a99b37ad6acbd172a1e8ac86fe20c42e;hp=90814c1a783791f4d287b2fc26a462b8dddf805b;hb=af810e862f694c588e753aafab09840705402796;hpb=0b5c61d4932988bd8887398245b88679def67087 diff --git a/reactos/dll/win32/shell32/wine/shellord.c b/reactos/dll/win32/shell32/wine/shellord.c index 90814c1a783..df2c5205a99 100644 --- a/reactos/dll/win32/shell32/wine/shellord.c +++ b/reactos/dll/win32/shell32/wine/shellord.c @@ -1292,8 +1292,8 @@ BOOL WINAPI WriteCabinetState(CABINETSTATE *cs) * */ BOOL WINAPI FileIconInit(BOOL bFullInit) -{ FIXME("(%s)\n", bFullInit ? "true" : "false"); - return FALSE; +{ + return SIC_Initialize(); } /*************************************************************************