[ros-diffs] [janderwald] 29540: - fix PickIconDlg prototype
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Fri Oct 12 17:17:56 CEST 2007
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.c?rev=29540&r1=29539&r2=29540&view=diff
==============================================================================
--- 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/undocshell.h?rev=29540&r1=29539&r2=29540&view=diff
==============================================================================
--- 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
More information about the Ros-diffs
mailing list