Small shellapi.h patch

Francois Gouget fgouget at free.fr
Sat Jul 14 16:48:30 CDT 2001



Changelog:

 * include/shellapi.h

   Add missing CommandLineToArgvW prototype



--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                Linux: It is now safe to turn on your computer.
-------------- next part --------------
Index: include/shellapi.h
===================================================================
RCS file: /home/wine/wine/include/shellapi.h,v
retrieving revision 1.13
diff -u -r1.13 shellapi.h
--- include/shellapi.h	2001/01/02 21:00:46	1.13
+++ include/shellapi.h	2001/07/14 21:02:36
@@ -245,6 +245,7 @@
  * Misc
  */
 
+LPWSTR*     WINAPI CommandLineToArgvW(LPCWSTR,int*);
 HICON       WINAPI ExtractIconA(HINSTANCE,LPCSTR,UINT);
 HICON       WINAPI ExtractIconW(HINSTANCE,LPCWSTR,UINT);
 #define     ExtractIcon WINELIB_NAME_AW(ExtractIcon)


More information about the wine-patches mailing list