shell32: Add a stub implementation for SHLoadNonloadedIconOverlayIdentifiers.

This commit is contained in:
Hans Leidekker 2006-12-11 13:57:51 +01:00 committed by Alexandre Julliard
parent 92460b98d1
commit 3558cdb8d5
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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.@]