shell32: Add prototype for SHFreeNameMappings to the headers according to MSDN, take 2

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Wed Oct 20 18:48:18 CDT 2004


This time the correct one

Changelog
  include/shellapi.h
     Add prototype for SHFreeNameMappings to the headers according to MSDN

License: X11/LGPL

Rolf Kalbermatter

Index: shellapi.h
===================================================================
RCS file: /home/wine/wine/include/shellapi.h,v
retrieving revision 1.27
diff -u -r1.27 shellapi.h
--- shellapi.h	19 Aug 2004 19:16:31 -0000	1.27
+++ shellapi.h	20 Oct 2004 21:24:36 -0000
@@ -238,6 +238,8 @@
 DECL_WINELIB_TYPE_AW(SHNAMEMAPPING)
 DECL_WINELIB_TYPE_AW(LPSHNAMEMAPPING)
 
+void WINAPI SHFreeNameMappings(HANDLE hNameMappings);
+
 /******************************************
  * ShellExecute
  */ 





More information about the wine-patches mailing list