* include/shlobj.h: Add missing SLR_* flags.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user