在 2025-10-30 05:47, Pali Rohár 写道:
Reorder symbols in mingw-w64-crt/lib32/ntdll.def and
mingw-w64-crt/lib-common/ntdllcrt.def.in files and document in
which Windows version was each symbol introduced.

This is just documentation change and does not add or remove any symbol in
32-bit x86 libntdll.a and libntdllcrt.a import libraries.

Newly documented symbols which were missing in the def file were added as
comments.

The fact that this does not change list of symbols can be verified by
comparing lines of ntdll.def file before and after this change that are
same when trimming comments and skipping empty lines. E.g. by command:

     sed 's/\s*;.*//;/^$/d' mingw-w64-crt/lib32/ntdll.def | LC_ALL=C sort
---
  mingw-w64-crt/lib-common/ntdllcrt.def.in |  311 +-
  mingw-w64-crt/lib32/ntdll.def            | 4094 ++++++++++++----------
  2 files changed, 2509 insertions(+), 1896 deletions(-)

Thanks for these patches. I have verified these changes with Windows SDK import libs separately, and they all look good to me. Pushed now.


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to