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