05456c6b9f7c736b73f3977ec3be874d0bb3c7c5
[reactos.git] / rostests / winetests / gdiplus / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #include <windows.h>
5
6 #define STANDALONE
7 #include "wine/test.h"
8
9 extern void func_brush(void);
10 extern void func_customlinecap(void);
11 extern void func_font(void);
12 extern void func_graphics(void);
13 extern void func_graphicspath(void);
14 extern void func_image(void);
15 extern void func_matrix(void);
16 extern void func_pathiterator(void);
17 extern void func_pen(void);
18 extern void func_region(void);
19 extern void func_stringformat(void);
20
21 const struct test winetest_testlist[] =
22 {
23 { "brush", func_brush },
24 { "customlinecap", func_customlinecap },
25 { "font", func_font },
26 { "graphics", func_graphics },
27 { "graphicspath", func_graphicspath },
28 { "image", func_image },
29 { "matrix", func_matrix },
30 { "pathiterator", func_pathiterator },
31 { "pen", func_pen },
32 { "region", func_region },
33 { "stringformat", func_stringformat },
34 { 0, 0 }
35 };