mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
[PSDK] Add missing definitions for IACList2 Options. CORE-9281
svn path=/trunk/; revision=71344
This commit is contained in:
parent
8d49e82b9c
commit
cb31fa202a
1 changed files with 9 additions and 0 deletions
|
@ -691,6 +691,15 @@ DECLARE_INTERFACE_(IACList,IUnknown)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* IACList2 interface */
|
/* 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
|
#define INTERFACE IACList2
|
||||||
DECLARE_INTERFACE_(IACList2,IACList)
|
DECLARE_INTERFACE_(IACList2,IACList)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue