Commit 3558cdb8 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

shell32: Add a stub implementation for SHLoadNonloadedIconOverlayIdentifiers.

parent 92460b98
......@@ -361,7 +361,7 @@
@ stub SHInvokePrinterCommandW
@ stdcall SHIsFileAvailableOffline(wstr ptr)
@ stdcall SHLoadInProc(long)
@ stub SHLoadNonloadedIconOverlayIdentifiers
@ stdcall SHLoadNonloadedIconOverlayIdentifiers()
@ stub SHPathPrepareForWriteA
@ stub SHPathPrepareForWriteW
@ stdcall SHQueryRecycleBinA(str ptr)
......
......@@ -1076,6 +1076,14 @@ void WINAPI FreeIconList( DWORD dw )
FIXME("%x: stub\n",dw);
}
/*************************************************************************
* SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@)
*/
HRESULT SHLoadNonloadedIconOverlayIdentifiers( VOID )
{
FIXME("stub\n");
return S_OK;
}
/***********************************************************************
* DllGetVersion [SHELL32.@]
......
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