- add RRF_RT_ANY constant
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 25 Nov 2007 21:47:17 +0000 (21:47 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 25 Nov 2007 21:47:17 +0000 (21:47 +0000)
svn path=/trunk/; revision=30762

reactos/include/psdk/winreg.h

index a91bc4b..a1424a3 100644 (file)
@@ -47,6 +47,7 @@ extern "C" {
 #define RRF_RT_REG_QWORD        (1 << 6)
 #define RRF_RT_DWORD            (RRF_RT_REG_BINARY | RRF_RT_REG_DWORD)
 #define RRF_RT_QWORD            (RRF_RT_REG_BINARY | RRF_RT_REG_QWORD)
+#define RRF_RT_ANY              (0x0000FFFF)
 #define RRF_NOEXPAND            (1 << 28)
 #define RRF_ZEROONFAILURE       (1 << 29)
 #endif