-
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.