1 #define __ROS_LONG64__
2 
3 #define STANDALONE
4 #include <apitest.h>
5 
6 extern void func_RtlCaptureContext(void);
7 extern void func_RtlIntSafe(void);
8 
9 const struct test winetest_testlist[] =
10 {
11     { "RtlIntSafe",               func_RtlIntSafe },
12 
13 #ifdef _M_AMD64
14     { "RtlCaptureContext",        func_RtlCaptureContext },
15 #endif
16 
17     { 0, 0 }
18 };
19