[PATCH 2/4] include: Add a couple more SIP indirect data flags.

Zebediah Figura z.figura12 at gmail.com
Tue Sep 8 19:30:14 CDT 2020


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 include/mssip.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/include/mssip.h b/include/mssip.h
index ee225f1cbe5..d002f961233 100644
--- a/include/mssip.h
+++ b/include/mssip.h
@@ -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
-- 
2.28.0




More information about the wine-devel mailing list