mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
6fb025f72f
svn path=/trunk/; revision=43621
40 lines
991 B
C
40 lines
991 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
#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_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 },
|
|
{ "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 }
|
|
};
|