winreg.h: Add RRF_RT_ANY.

Francois Gouget fgouget at codeweavers.com
Wed Aug 8 03:40:35 CDT 2007


---
 include/winreg.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winreg.h b/include/winreg.h
index 4e04956..603fcea 100644
--- a/include/winreg.h
+++ b/include/winreg.h
@@ -77,6 +77,7 @@ typedef ACCESS_MASK REGSAM;
 #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              0xffff                             
 #define RRF_NOEXPAND            (1 << 28)
 #define RRF_ZEROONFAILURE       (1 << 29)
 
-- 
1.5.2.4




More information about the wine-patches mailing list