[Git][wine/wine][master] 5 commits: include: Fix PRTL_GENERIC_ALLOCATE_ROUTINE prototype.
Alexandre Julliard pushed to branch master at wine / wine Commits: 77dd0e61 by Zhiyi Zhang at 2025-02-06T13:32:18+01:00 include: Fix PRTL_GENERIC_ALLOCATE_ROUTINE prototype. The last parameter of PRTL_GENERIC_ALLOCATE_ROUTINE should be CLONG instead of LONG. - - - - - 9b23a225 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00 ntdll/tests: Add RtlInitializeGenericTable() tests. - - - - - 937da611 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00 ntdll/tests: Add RtlNumberGenericTableElements() tests. - - - - - 4d92ede5 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00 ntdll: Implement RtlIsGenericTableEmpty(). - - - - - 69be2d78 by Zhiyi Zhang at 2025-02-06T13:32:22+01:00 ntdll/tests: Add RtlIsGenericTableEmpty() tests. - - - - - 6 changed files: - dlls/ntdll/ntdll.spec - dlls/ntdll/rtl.c - dlls/ntdll/tests/rtl.c - dlls/ntoskrnl.exe/ntoskrnl.exe.spec - include/ddk/ntddk.h - include/ntdef.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd1c417434d1024586058839b0cde... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd1c417434d1024586058839b0cde... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)