mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
shell32: Add a stub implementation for SHLoadNonloadedIconOverlayIdentifiers.
This commit is contained in:
parent
92460b98d1
commit
3558cdb8d5
@ -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.@]
|
||||
|
Loading…
Reference in New Issue
Block a user