Commit bb225431 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winreg.h: Add RRF_RT_ANY.

parent 5b375aec
...@@ -77,6 +77,7 @@ typedef ACCESS_MASK REGSAM; ...@@ -77,6 +77,7 @@ typedef ACCESS_MASK REGSAM;
#define RRF_RT_REG_QWORD (1 << 6) #define RRF_RT_REG_QWORD (1 << 6)
#define RRF_RT_DWORD (RRF_RT_REG_BINARY | RRF_RT_REG_DWORD) #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_QWORD (RRF_RT_REG_BINARY | RRF_RT_REG_QWORD)
#define RRF_RT_ANY 0xffff
#define RRF_NOEXPAND (1 << 28) #define RRF_NOEXPAND (1 << 28)
#define RRF_ZEROONFAILURE (1 << 29) #define RRF_ZEROONFAILURE (1 << 29)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment