Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/shlobj.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h
index 876d29d45..ac91d5545 100644
--- a/winsup/w32api/include/shlobj.h
+++ b/winsup/w32api/include/shlobj.h
@@ -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);