* include/shlobj.h: Add missing SLR_* flags.

This commit is contained in:
Corinna Vinschen 2001-02-13 21:39:57 +00:00
parent 6279373cae
commit 61ee24b56c
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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,