<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 30, 2020, at 6:09 AM, Gabriel Ivăncescu <<a href="mailto:gabrielopcode@gmail.com" class="">gabrielopcode@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">On 30/10/2020 09:20, Brendan Shanks wrote:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Signed-off-by: Brendan Shanks <<a href="mailto:bshanks@codeweavers.com" class="">bshanks@codeweavers.com</a>><br class="">---<br class=""> include/winternl.h | 12 ++++++++++++<br class=""> 1 file changed, 12 insertions(+)<br class="">diff --git a/include/winternl.h b/include/winternl.h<br class="">index bd6a2c35932..1b69846cc2c 100644<br class="">--- a/include/winternl.h<br class="">+++ b/include/winternl.h<br class="">@@ -379,6 +379,12 @@ typedef struct _PEB<br class="">     PVOID                        WaitOnAddressHashTable [0x80];     /* 25c/3a0 */<br class="">     PVOID                        TelemetryCoverageHeader;           /* 45c/7a0 */<br class="">     ULONG                        CloudFileFlags;                    /* 460/7a8 */<br class="">+    ULONG                        CloudFileDiagFlags;                /* 464/7ac */<br class="">+    CHAR                         PlaceholderCompatibilityMode;      /* 468/7b0 */<br class="">+    ULONG                        PlaceholderCompatibilityModeReserved[7]; /* 469/7b1 */<br class="">+    PVOID                        LeapSecondData;                    /* 470/7b8 */<br class="">+    ULONG                        LeapSecondFlags;                   /* 474/7c0 */<br class="">+    ULONG                        NtGlobalFlag2;                     /* 478/7c4 */<br class=""> } PEB, *PPEB;<br class="">   @@ -617,6 +623,12 @@ typedef struct _PEB64<br class="">     ULONG64                      WaitOnAddressHashTable [0x80];     /* 03a0 */<br class="">     ULONG64                      TelemetryCoverageHeader;           /* 07a0 */<br class="">     ULONG                        CloudFileFlags;                    /* 07a8 */<br class="">+    ULONG                        CloudFileDiagFlags;                /* 07ac */<br class="">+    CHAR                         PlaceholderCompatibilityMode;      /* 07b0 */<br class="">+    ULONG                        PlaceholderCompatibilityModeReserved[7]; /* 07b1 */<br class="">+    PVOID                        LeapSecondData;                    /* 07b8 */<br class="">+    ULONG                        LeapSecondFlags;                   /* 07c0 */<br class="">+    ULONG                        NtGlobalFlag2;                     /* 07c4 */<br class=""> } PEB64;<br class="">   typedef struct _TEB64<br class=""></blockquote><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Isn't PlaceholderCompatibilityModeReserved[7] supposed to be CHAR or BYTE?</span></div></blockquote></div><br class=""><div class="">Yes you’re right, good catch. I’ll send another version.</div><div class=""><br class=""></div><div class="">Brendan</div></body></html>