mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:23:01 +00:00
[NTDLL_APITEST] Add test for x86 RtlUnwind
This commit is contained in:
parent
382836f087
commit
d52b70a73e
5 changed files with 146 additions and 0 deletions
|
@ -5,11 +5,15 @@
|
|||
|
||||
extern void func_RtlCaptureContext(void);
|
||||
extern void func_RtlIntSafe(void);
|
||||
extern void func_RtlUnwind(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "RtlIntSafe", func_RtlIntSafe },
|
||||
|
||||
#ifdef _M_IX86
|
||||
{ "RtlUnwind", func_RtlUnwind },
|
||||
#endif
|
||||
#ifdef _M_AMD64
|
||||
{ "RtlCaptureContext", func_RtlCaptureContext },
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue