[PROPSYS_WINETEST] Sync with Wine Staging 2.9. CORE-13362
[reactos.git] / rostests / regtests / gdi / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #define __ROS_LONG64__
5 #include <windows.h>
6
7 #define STANDALONE
8 #include "wine/test.h"
9
10 extern void func_xlate(void);
11
12 const struct test winetest_testlist[] =
13 {
14 { "xlate", func_xlate },
15 { 0, 0 }
16 };
17