mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK] Add missing definitions for IACList2 Options. CORE-9281
svn path=/trunk/; revision=71344
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user