OSDN Git Service

2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Sat, 21 Nov 2009 12:25:23 +0000 (12:25 +0000)
committerironhead <ironhead>
Sat, 21 Nov 2009 12:25:23 +0000 (12:25 +0000)
        * include/shlobj.h (SHParseDisplayName): Define.

        Thanks to James Roberts-Thomson for the report.

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

index e2470bb..23c99bd 100644 (file)
@@ -1,3 +1,9 @@
+2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       * include/shlobj.h (SHParseDisplayName): Define.
+
+       Thanks to James Roberts-Thomson for the report.
+
 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
 
        * include/wingdi.h (ENHMFENUMPROC): Correct definition.
index 38a4961..30aecb7 100644 (file)
@@ -1466,6 +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);
 #endif
 void WINAPI SHGetSettings(LPSHELLFLAGSTATE,DWORD);
 #if (_WIN32_WINNT >= 0x0500) /* W2K */