Commit ab8d1e78 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function.

This fixes a winapi_check warning.
parent e10222ce
...@@ -1114,7 +1114,7 @@ void WINAPI FreeIconList( DWORD dw ) ...@@ -1114,7 +1114,7 @@ void WINAPI FreeIconList( DWORD dw )
/************************************************************************* /*************************************************************************
* SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@) * SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@)
*/ */
HRESULT SHLoadNonloadedIconOverlayIdentifiers( VOID ) HRESULT WINAPI SHLoadNonloadedIconOverlayIdentifiers( VOID )
{ {
FIXME("stub\n"); FIXME("stub\n");
return S_OK; return S_OK;
......
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