2012-12-13 11:15:23 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define STANDALONE
|
2014-04-24 12:13:18 +00:00
|
|
|
#include <wine/test.h>
|
2012-12-13 11:15:23 +00:00
|
|
|
|
|
|
|
extern void func_bitmap(void);
|
|
|
|
extern void func_bmpformat(void);
|
|
|
|
extern void func_converter(void);
|
|
|
|
extern void func_gifformat(void);
|
|
|
|
extern void func_icoformat(void);
|
|
|
|
extern void func_info(void);
|
|
|
|
extern void func_metadata(void);
|
|
|
|
extern void func_palette(void);
|
|
|
|
extern void func_pngformat(void);
|
2013-05-23 16:40:21 +00:00
|
|
|
extern void func_propertybag(void);
|
2012-12-13 11:15:23 +00:00
|
|
|
extern void func_stream(void);
|
|
|
|
extern void func_tiffformat(void);
|
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
|
|
|
{ "bitmap", func_bitmap },
|
|
|
|
{ "bmpformat", func_bmpformat },
|
|
|
|
{ "converter", func_converter },
|
|
|
|
{ "gifformat", func_gifformat },
|
|
|
|
{ "icoformat", func_icoformat },
|
|
|
|
{ "info", func_info },
|
|
|
|
{ "metadata", func_metadata },
|
|
|
|
{ "palette", func_palette },
|
|
|
|
{ "pngformat", func_pngformat },
|
2013-05-23 16:40:21 +00:00
|
|
|
{ "propertybag", func_propertybag },
|
2012-12-13 11:15:23 +00:00
|
|
|
{ "stream", func_stream },
|
|
|
|
{ "tiffformat", func_tiffformat },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|