1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

include: Define REG_APP_HIVE and REG_PROCESS_PRIVATE.

This commit is contained in:
Santino Mazza 2022-09-15 19:09:44 -03:00 committed by Alexandre Julliard
parent 283cefe242
commit 8230742016

View File

@ -5517,6 +5517,8 @@ typedef struct _TAPE_GET_MEDIA_PARAMETERS {
#define REG_REFRESH_HIVE 0x00000002
#define REG_NO_LAZY_FLUSH 0x00000004
#define REG_FORCE_RESTORE 0x00000008
#define REG_APP_HIVE 0x00000010
#define REG_PROCESS_PRIVATE 0x00000020
#define KEY_READ ((STANDARD_RIGHTS_READ| \
KEY_QUERY_VALUE| \