Commit 140b259d authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

include: Add KEY_WOW64_* defines.

parent 763018e1
......@@ -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
......
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