On 8/21/21, Jeremy Drake via Mingw-w64-public
<mingw-w64-public@lists.sourceforge.net> wrote:
> On Fri, 20 Aug 2021, Corinna Vinschen wrote:
>
>> On Aug 20 15:46, Ozkan Sezer wrote:
>> > Those members do not exist in win7 versions of ddk headers.
>> > Are they added for newer windows versions support?
>>
>> The documentation doesn't mention that, but I guess they have
>> been added in W10 or so.
>
> I just checked my Windows 10 SDK headers.  The IsServicePartition member
> is wrapped in
> #if (NTDDI_VERSION >= NTDDI_WIN10_RS3)  /* ABRACADABRA_WIN10_RS3 */
>
> The PartitionId member is wrapped in
> #if (NTDDI_VERSION >= NTDDI_WINBLUE)    /* ABRACADABRA_THRESHOLD */

Then we need some equivalent ifdef magic here.


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to