mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[NTDLL_APITEST] Add a test for RtlGetUnloadEventTrace
This commit is contained in:
parent
362f4b5915
commit
7cce7b9c08
3 changed files with 86 additions and 0 deletions
|
@ -57,6 +57,7 @@ extern void func_RtlGetFullPathName_UstrEx(void);
|
|||
extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
|
||||
extern void func_RtlGetLongestNtPathLength(void);
|
||||
extern void func_RtlGetNtProductType(void);
|
||||
extern void func_RtlGetUnloadEventTrace(void);
|
||||
extern void func_RtlHandle(void);
|
||||
extern void func_RtlImageRvaToVa(void);
|
||||
extern void func_RtlIsNameLegalDOS8Dot3(void);
|
||||
|
@ -128,6 +129,7 @@ const struct test winetest_testlist[] =
|
|||
{ "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
|
||||
{ "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength },
|
||||
{ "RtlGetNtProductType", func_RtlGetNtProductType },
|
||||
{ "RtlGetUnloadEventTrace", func_RtlGetUnloadEventTrace },
|
||||
{ "RtlHandle", func_RtlHandle },
|
||||
{ "RtlImageRvaToVa", func_RtlImageRvaToVa },
|
||||
{ "RtlIsNameLegalDOS8Dot3", func_RtlIsNameLegalDOS8Dot3 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue