mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- add RRF_RT_ANY constant
svn path=/trunk/; revision=30762
This commit is contained in:
parent
7f657113f7
commit
6dcabded4e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue