Author: janderwald
Date: Fri Oct 12 19:17:55 2007
New Revision: 29540
URL:
http://svn.reactos.org/svn/reactos?rev=29540&view=rev
Log:
- fix PickIconDlg prototype
Modified:
trunk/reactos/dll/win32/shell32/dialogs.c
trunk/reactos/dll/win32/shell32/undocshell.h
Modified: trunk/reactos/dll/win32/shell32/dialogs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dialogs.…
==============================================================================
--- trunk/reactos/dll/win32/shell32/dialogs.c (original)
+++ trunk/reactos/dll/win32/shell32/dialogs.c Fri Oct 12 19:17:55 2007
@@ -62,9 +62,9 @@
*/
BOOL WINAPI PickIconDlg(
HWND hwndOwner,
- LPSTR lpstrFile,
- DWORD nMaxFile,
- LPDWORD lpdwIconIndex)
+ LPWSTR lpstrFile,
+ UINT nMaxFile,
+ INT* lpdwIconIndex)
{
FIXME("(%p,%s,%08x,%p):stub.\n",
hwndOwner, lpstrFile, nMaxFile,lpdwIconIndex);
Modified: trunk/reactos/dll/win32/shell32/undocshell.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/undocshe…
==============================================================================
--- trunk/reactos/dll/win32/shell32/undocshell.h (original)
+++ trunk/reactos/dll/win32/shell32/undocshell.h Fri Oct 12 19:17:55 2007
@@ -84,12 +84,6 @@
* Shell Common Dialogs
*/
-BOOL WINAPI PickIconDlg(
- HWND hwndOwner,
- LPSTR lpstrFile,
- DWORD nMaxFile,
- LPDWORD lpdwIconIndex);
-
/* RunFileDlg flags */
#define RFF_NOBROWSE 0x01
#define RFF_NODEFAULT 0x02