[PSDK] Add missing definitions for IACList2 Options. CORE-9281

svn path=/trunk/; revision=71344
This commit is contained in:
Mark Jansen 2016-05-16 17:59:10 +00:00
parent 8d49e82b9c
commit cb31fa202a

View file

@ -691,6 +691,15 @@ DECLARE_INTERFACE_(IACList,IUnknown)
#endif
/* IACList2 interface */
#define ACLO_NONE 0x00000000
#define ACLO_CURRENTDIR 0x00000001
#define ACLO_MYCOMPUTER 0x00000002
#define ACLO_DESKTOP 0x00000004
#define ACLO_FAVORITES 0x00000008
#define ACLO_FILESYSONLY 0x00000010
#define ACLO_FILESYSDIRS 0x00000020
#define INTERFACE IACList2
DECLARE_INTERFACE_(IACList2,IACList)
{