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:
authorCorinna Vinschen <corinna@vinschen.de>2001-02-14 00:39:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-02-14 00:39:57 +0300
commit61ee24b56c32cb90030f4cb7f522bbbae6324456 (patch)
tree4956d356310c5f321f725e7a6cc870d0159e77fa /winsup/w32api
parent6279373caeb1169d0c74d0411e1678d97752dbdd (diff)
* include/shlobj.h: Add missing SLR_* flags.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog3
-rw-r--r--winsup/w32api/include/shlobj.h7
2 files changed, 9 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 8f058562b..19ba9c292 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,6 @@
+Tue Feb 13 22:38:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/shlobj.h: Add missing SLR_* flags.
2001-02-12: Earnie Boyd <earnie@users.sourceforge.net>
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h
index 0bac9e609..77526cce1 100644
--- a/winsup/w32api/include/shlobj.h
+++ b/winsup/w32api/include/shlobj.h
@@ -302,7 +302,12 @@ typedef struct _FILEGROUPDESCRIPTOR {
typedef enum {
SLR_NO_UI=1,
SLR_ANY_MATCH=2,
- SLR_UPDATE=4
+ SLR_UPDATE=4,
+ SLR_NOUPDATE=8,
+ SLR_NOSEARCH=16,
+ SLR_NOTRACK=32,
+ SLR_NOLINKINFO=64,
+ SLR_INVOKE_MSI=128
} SLR_FLAGS;
typedef enum {
SLGP_SHORTPATH=1,