commit | f8142d3fa5fa56dd87434738a83b184608b45a1f | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Jul 17 00:39:58 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 17 00:39:58 2001 +0000 |
tree | 3835963441f1dfd9c63e97793e1e7a0fefb29494 | |
parent | 5aa9754c6aa21967712bd898068c5d4ea3bad034 [diff] [blame] |
Added missing CommandLineToArgvW prototype.
diff --git a/include/shellapi.h b/include/shellapi.h index 03b1b2c..f590906 100644 --- a/include/shellapi.h +++ b/include/shellapi.h
@@ -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)