mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
39 lines
994 B
C
39 lines
994 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_bitmap(void);
|
|
extern void func_brush(void);
|
|
extern void func_clipping(void);
|
|
extern void func_dc(void);
|
|
extern void func_dib(void);
|
|
extern void func_font(void);
|
|
extern void func_gdiobj(void);
|
|
extern void func_generated(void);
|
|
extern void func_icm(void);
|
|
extern void func_mapping(void);
|
|
extern void func_metafile(void);
|
|
extern void func_palette(void);
|
|
extern void func_path(void);
|
|
extern void func_pen(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "bitmap", func_bitmap },
|
|
{ "brush", func_brush },
|
|
{ "clipping", func_clipping },
|
|
{ "dc", func_dc },
|
|
{ "dib", func_dib },
|
|
{ "font", func_font },
|
|
{ "gdiobj", func_gdiobj },
|
|
{ "generated", func_generated },
|
|
{ "icm", func_icm },
|
|
{ "mapping", func_mapping },
|
|
{ "metafile", func_metafile },
|
|
{ "palette", func_palette },
|
|
{ "path", func_path },
|
|
{ "pen", func_pen },
|
|
{ 0, 0 }
|
|
};
|