https://bugs.winehq.org/show_bug.cgi?id=47341
Bug ID: 47341 Summary: /dlls/ntdll/tests/generated.c: misses SYSTEM_MANDATORY_LABEL_ACE, for example Product: Wine Version: 4.9 Hardware: x86 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: winehq-bugs_serge_180716@gautherie.fr
/dlls/ntdll/tests/generated.c: misses SYSTEM_MANDATORY_LABEL_ACE, for example.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/tests/generated... reads "#define _WIN32_WINNT 0x0501".
https://docs.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-_system_... reads "Minimum supported client Windows Vista".
https://source.winehq.org/git/wine.git/blob/HEAD:/include/winnt.h#l4956 has even more *_ACE structs.
I assume checks would be wanted for the newer structs too.
--
(Initially noticed this on ReactOS, which targets 0x0502, maybe 0x0600.)
Not sure whether Wine wants to support multiple NT versions, with "#if _WIN32_WINNT >= 0x0600" or another mean.
Maybe other generated.c are affected/"old" too...