Like for 32-bit x86 kernel32.dll symbols, I prepared similar
documentation change for ntdll.dll symbols. Documentation contains
information in which Windows version was which ntdll symbol added and
also in which version removed. I run gendef on lot of different versions
of ntdll.dll and compared it with Geoff Chappell documentation and also
with wine spec file, which contain stdcall ABI information.

Pali Rohár (8):
  crt: Fix 32-bit x86 ntdll.dll symbol _alldiv
  crt: Fix 32-bit x86 ntdll.dll symbols which are global variables
  crt: Fix 32-bit x86 ntdll.dll symbols with fastcall convention
  crt: Fix 32-bit x86 ntdll.dll symbols with cdecl convention
  crt: Fix 32-bit x86 ntdll.dll symbols with stdcall convention
  crt: Fix 32-bit x86 ntdll.dll symbol RtlpNotOwnerCriticalSection
  crt: Fix 32-bit x86 ntdll.dll symbol WerReportSQMEvent
  crt: Document all 32-bit x86 ntdll.dll symbols

 mingw-w64-crt/lib-common/ntdllcrt.def.in |  311 +-
 mingw-w64-crt/lib32/ntdll.def            | 4095 ++++++++++++----------
 2 files changed, 2509 insertions(+), 1897 deletions(-)

-- 
2.20.1



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

Reply via email to