* include/shlobj.h: Add missing SLR_* flags.
This commit is contained in:
		| @@ -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> | ||||
|  | ||||
|   | ||||
| @@ -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