OSDN Git Service

2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Sat, 21 Nov 2009 14:26:01 +0000 (14:26 +0000)
committerironhead <ironhead>
Sat, 21 Nov 2009 14:26:01 +0000 (14:26 +0000)
        * include/shlobj.h (SHParseDisplayName): Fix definition.

winsup/w32api/ChangeLog
winsup/w32api/include/shlobj.h

index c48ed38..3bb834b 100644 (file)
@@ -1,3 +1,7 @@
+2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       * include/shlobj.h (SHParseDisplayName): Fix definition.
+
 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
 
        * include/w32api.h: Increment version to 3.14.
index 30aecb7..7fb7c61 100644 (file)
@@ -1466,7 +1466,7 @@ HRESULT WINAPI SHBindToParent(LPCITEMIDLIST,REFIID,VOID**,LPCITEMIDLIST*);
 #if (_WIN32_WINNT >= 0x0501) /* XP */
 HRESULT WINAPI SHGetFolderPathAndSubDirA(HWND,int,HANDLE,DWORD,LPCSTR,LPSTR);
 HRESULT WINAPI SHGetFolderPathAndSubDirW(HWND,int,HANDLE,DWORD,LPCWSTR,LPWSTR);
-HRESULT WINAPI SHParseDisplayName(LPCWSTR,IBindCtx,LPITEMIDLIST,SFGAOF,SFGAOF);
+HRESULT WINAPI SHParseDisplayName(LPCWSTR,IBindCtx*,LPITEMIDLIST,SFGAOF,SFGAOF*);
 #endif
 void WINAPI SHGetSettings(LPSHELLFLAGSTATE,DWORD);
 #if (_WIN32_WINNT >= 0x0500) /* W2K */