Module: wine Branch: master Commit: ab8d1e788a668222fdf85187c1d6779b62b44c93 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ab8d1e788a668222fdf85187c1...
Author: Francois Gouget fgouget@free.fr Date: Wed Jan 24 15:41:12 2007 +0100
shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function.
This fixes a winapi_check warning.
---
dlls/shell32/shell32_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c index feeeac4..565018f 100644 --- a/dlls/shell32/shell32_main.c +++ b/dlls/shell32/shell32_main.c @@ -1114,7 +1114,7 @@ void WINAPI FreeIconList( DWORD dw ) /************************************************************************* * SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@) */ -HRESULT SHLoadNonloadedIconOverlayIdentifiers( VOID ) +HRESULT WINAPI SHLoadNonloadedIconOverlayIdentifiers( VOID ) { FIXME("stub\n"); return S_OK;