1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

include: Add a couple more SIP indirect data flags.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-09-08 19:30:14 -05:00 committed by Alexandre Julliard
parent adcac3678a
commit 34440fe718

View File

@ -32,9 +32,11 @@ typedef CRYPT_HASH_BLOB CRYPT_DIGEST_DATA;
#define MSSIP_FLAGS_PROHIBIT_RESIZE_ON_CREATE 0x00010000
#define MSSIP_FLAGS_USE_CATALOG 0x00020000
#define SPC_INC_PE_RESOURCES_FLAG 0x80
#define SPC_INC_PE_DEBUG_INFO_FLAG 0x40
#define SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG 0x20
#define SPC_EXC_PE_PAGE_HASHES_FLAG 0x010
#define SPC_INC_PE_IMPORT_ADDR_TABLE_FLAG 0x020
#define SPC_INC_PE_DEBUG_INFO_FLAG 0x040
#define SPC_INC_PE_RESOURCES_FLAG 0x080
#define SPC_INC_PE_PAGE_HASHES_FLAG 0x100
#define MSSIP_ADDINFO_NONE 0
#define MSSIP_ADDINFO_FLAT 1