2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto. * lib/shell32.def (PathResolve): Define.
This commit is contained in:
parent
ede6ae5059
commit
f6e3104d09
|
@ -1,3 +1,9 @@
|
|||
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
|
||||
PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto.
|
||||
* lib/shell32.def (PathResolve): Define.
|
||||
|
||||
2006-02-06 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* include/shlobj.h (PathResolve): Fix typo.
|
||||
|
@ -5,6 +11,9 @@
|
|||
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/shlobj.h (PathResolve): Define.
|
||||
(PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
|
||||
PRF_DONTFINDLNK): Ditto.
|
||||
* lib/shell32.def (PathResolve): Define.
|
||||
|
||||
2006-02-04 Ron Lee <ronl@users.sourceforge.net>
|
||||
|
||||
|
|
|
@ -1401,6 +1401,10 @@ DECLARE_INTERFACE_(IDropTargetHelper, IUnknown)
|
|||
|
||||
#ifdef _WIN32_WINNT >= 0x0500
|
||||
BOOL WINAPI PathResolve(LPWSTR, LPCWSTR*, UINT);
|
||||
#define PRF_VERIFYEXISTS 0x0001
|
||||
#define PRF_TRYPROGRAMEXTENSIONS (0x0002 | PRF_VERIFYEXISTS)
|
||||
#define PRF_FIRSTDIRDEF 0x0004
|
||||
#define PRF_DONTFINDLNK 0x0008
|
||||
#endif
|
||||
|
||||
void WINAPI SHAddToRecentDocs(UINT,PCVOID);
|
||||
|
|
|
@ -182,3 +182,4 @@ ILIsParent@12
|
|||
ILLoadFromStream@8
|
||||
ILRemoveLastID@4
|
||||
ILSaveToStream@8
|
||||
PathResolve@12
|
||||
|
|
Loading…
Reference in New Issue