mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
31f99bf377
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62937
35 lines
972 B
C
35 lines
972 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
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);
|
|
extern void func_propertybag(void);
|
|
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 },
|
|
{ "propertybag", func_propertybag },
|
|
{ "stream", func_stream },
|
|
{ "tiffformat", func_tiffformat },
|
|
{ 0, 0 }
|
|
};
|