projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d49e82
)
[PSDK] Add missing definitions for IACList2 Options. CORE-9281
author
Mark Jansen
<mark.jansen@reactos.org>
Mon, 16 May 2016 17:59:10 +0000
(17:59 +0000)
committer
Mark Jansen
<mark.jansen@reactos.org>
Mon, 16 May 2016 17:59:10 +0000
(17:59 +0000)
svn path=/trunk/; revision=71344
reactos/sdk/include/psdk/shlobj.h
patch
|
blob
|
history
diff --git
a/reactos/sdk/include/psdk/shlobj.h
b/reactos/sdk/include/psdk/shlobj.h
index
33f73fa
..
d7ee779
100644
(file)
--- a/
reactos/sdk/include/psdk/shlobj.h
+++ b/
reactos/sdk/include/psdk/shlobj.h
@@
-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)
{