On Sat, 1 Nov 2025, Pali Rohár wrote:
FILE_DISPOSITION_INFORMATION_EX is used for issuing POSIX unlink() syscall. Definitions taken from public header ntddk.h file. --- mingw-w64-headers/ddk/include/ddk/ntddk.h | 15 +++++++++++++++ mingw-w64-headers/include/winternl.h | 15 +++++++++++++++ 2 files changed, 30 insertions(+)
Why should this be added to winternl.h? The public WinSDK doesn't have any of these declarations in winternl.h - what are you trying to achieve by exposing things that normally are only available in DDK headers in winternl.h?
(Do note that normal structs/defines for using these features are available in winbase.h already, since 763b87505a6bbfda6e5e23f257f308fd92e80f4c.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
