include: Add KEY_WOW64_* defines.

oldstable
Mikołaj Zalewski 2008-07-24 12:12:21 +02:00 committed by Alexandre Julliard
parent 763018e176
commit 140b259d58
1 changed files with 3 additions and 0 deletions

View File

@ -4566,6 +4566,9 @@ typedef struct _TAPE_GET_MEDIA_PARAMETERS {
#define KEY_ENUMERATE_SUB_KEYS 0x00000008
#define KEY_NOTIFY 0x00000010
#define KEY_CREATE_LINK 0x00000020
#define KEY_WOW64_64KEY 0x00000100
#define KEY_WOW64_32KEY 0x00000200
#define KEY_WOW64_RES 0x00000300
/* for RegKeyRestore flags */
#define REG_WHOLE_HIVE_VOLATILE 0x00000001