[ros-diffs] [gedmurphy] 33233: Fix build due to recent header changes

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Fri May 2 10:43:48 CEST 2008


Author: gedmurphy
Date: Fri May  2 03:43:47 2008
New Revision: 33233

URL: http://svn.reactos.org/svn/reactos?rev=33233&view=rev
Log:
Fix build due to recent header changes

Modified:
    trunk/reactos/dll/win32/shell32/pidl.c

Modified: trunk/reactos/dll/win32/shell32/pidl.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/pidl.c?rev=33233&r1=33232&r2=33233&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/pidl.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/pidl.c [iso-8859-1] Fri May  2 03:43:47 2008
@@ -432,7 +432,7 @@
  *  Caller is responsible for deallocating the returned ItemIDList with the
  *  shells IMalloc interface, aka ILFree.
  */
-LPITEMIDLIST WINAPI SHCloneSpecialIDList(HWND hwndOwner, DWORD nFolder, BOOL fCreate)
+PIDLIST_ABSOLUTE WINAPI SHCloneSpecialIDList(HWND hwndOwner, int nFolder, BOOL fCreate)
 {
     LPITEMIDLIST ppidl;
     TRACE_(shell)("(hwnd=%p,csidl=0x%x,%s).\n", hwndOwner, nFolder, fCreate ? "T" : "F");



More information about the Ros-diffs mailing list