mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
4fddbeb50b
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60355
38 lines
1.1 KiB
C
38 lines
1.1 KiB
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_clipboard(void);
|
|
extern void func_compobj(void);
|
|
extern void func_defaulthandler(void);
|
|
extern void func_dragdrop(void);
|
|
extern void func_errorinfo(void);
|
|
extern void func_hglobalstream(void);
|
|
extern void func_marshal(void);
|
|
extern void func_moniker(void);
|
|
extern void func_ole2(void);
|
|
extern void func_ole_server(void);
|
|
extern void func_propvariant(void);
|
|
extern void func_stg_prop(void);
|
|
extern void func_storage32(void);
|
|
extern void func_usrmarshal(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "clipboard", func_clipboard },
|
|
{ "compobj", func_compobj },
|
|
{ "defaulthandler", func_defaulthandler },
|
|
{ "dragdrop", func_dragdrop },
|
|
{ "errorinfo", func_errorinfo },
|
|
{ "hglobalstream", func_hglobalstream },
|
|
{ "marshal", func_marshal },
|
|
{ "moniker", func_moniker },
|
|
{ "ole2", func_ole2 },
|
|
{ "ole_server", func_ole_server },
|
|
{ "propvariant", func_propvariant },
|
|
{ "stg_prop", func_stg_prop },
|
|
{ "storage32", func_storage32 },
|
|
{ "usrmarshal", func_usrmarshal },
|
|
{ 0, 0 }
|
|
};
|