shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function.

This fixes a winapi_check warning.
This commit is contained in:
Francois Gouget 2007-01-24 15:41:12 +01:00 committed by Alexandre Julliard
parent e10222ced7
commit ab8d1e788a
1 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ void WINAPI FreeIconList( DWORD dw )
/*************************************************************************
* SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@)
*/
HRESULT SHLoadNonloadedIconOverlayIdentifiers( VOID )
HRESULT WINAPI SHLoadNonloadedIconOverlayIdentifiers( VOID )
{
FIXME("stub\n");
return S_OK;