mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 06:44:20 +08:00
- add RRF_RT_ANY constant
svn path=/trunk/; revision=30762
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user