2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shlobj.h (SHParseDisplayName): Define. Thanks to James Roberts-Thomson for the report.
This commit is contained in:
parent
03312ffc1f
commit
bed4952298
|
@ -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>
|
2009-20-10 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/wingdi.h (ENHMFENUMPROC): Correct definition.
|
* include/wingdi.h (ENHMFENUMPROC): Correct definition.
|
||||||
|
|
|
@ -1466,6 +1466,7 @@ HRESULT WINAPI SHBindToParent(LPCITEMIDLIST,REFIID,VOID**,LPCITEMIDLIST*);
|
||||||
#if (_WIN32_WINNT >= 0x0501) /* XP */
|
#if (_WIN32_WINNT >= 0x0501) /* XP */
|
||||||
HRESULT WINAPI SHGetFolderPathAndSubDirA(HWND,int,HANDLE,DWORD,LPCSTR,LPSTR);
|
HRESULT WINAPI SHGetFolderPathAndSubDirA(HWND,int,HANDLE,DWORD,LPCSTR,LPSTR);
|
||||||
HRESULT WINAPI SHGetFolderPathAndSubDirW(HWND,int,HANDLE,DWORD,LPCWSTR,LPWSTR);
|
HRESULT WINAPI SHGetFolderPathAndSubDirW(HWND,int,HANDLE,DWORD,LPCWSTR,LPWSTR);
|
||||||
|
HRESULT WINAPI SHParseDisplayName(LPCWSTR,IBindCtx,LPITEMIDLIST,SFGAOF,SFGAOF);
|
||||||
#endif
|
#endif
|
||||||
void WINAPI SHGetSettings(LPSHELLFLAGSTATE,DWORD);
|
void WINAPI SHGetSettings(LPSHELLFLAGSTATE,DWORD);
|
||||||
#if (_WIN32_WINNT >= 0x0500) /* W2K */
|
#if (_WIN32_WINNT >= 0x0500) /* W2K */
|
||||||
|
|
Loading…
Reference in New Issue