<div dir="ltr"><div dir="ltr">Hi Jactry,<div><br></div><div>Looks like you're right, I just saw it in the Windows SDK winnt.h file, it's defined as:<br><br>#define CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID 0x1</div><div><br></div><div>I'm not sure on which line to add it to, is it okay to add it on line 3750, before #define SID_REVISION?<br><br>How come they used the value 0x1? It's 0x01 on the Microsoft Docs site. As far as I know, they are the same value but differ in bit value and the compiler evaluates them to the same value. So for copyright purposes, would it be better to add or remove extra 0s? Should I do the same for PRIVATE_NAMESPACE_FLAG_DESTROY?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 6, 2021 at 10:56 PM Jactry Zeng <<a href="mailto:jzeng@codeweavers.com" target="_blank">jzeng@codeweavers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 12/7/21 03:17, Mohamad Al-Jaf wrote:<br>
> +<br>
> +/* CreateBoundaryDescriptorW flags */<br>
> +#define CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID 0x01<br>
> +<br>
<br>
Looks like that this should be added to winnt.h instead?<br>
</blockquote></div>
</div>