shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function.

Francois Gouget fgouget at free.fr
Wed Jan 24 08:41:12 CST 2007


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 c7ee2cd..cf731e1 100644
--- a/dlls/shell32/shell32_main.c
+++ b/dlls/shell32/shell32_main.c
@@ -1125,7 +1125,7 @@ void WINAPI FreeIconList( DWORD dw )
 /*************************************************************************
  * SHLoadNonloadedIconOverlayIdentifiers (SHELL32.@)
  */
-HRESULT SHLoadNonloadedIconOverlayIdentifiers( VOID )
+HRESULT WINAPI SHLoadNonloadedIconOverlayIdentifiers( VOID )
 {
     FIXME("stub\n");
     return S_OK;
-- 
1.4.4.3




More information about the wine-patches mailing list