mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
88abeb9ff2
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=61238
24 lines
626 B
C
24 lines
626 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_cstub(void);
|
|
extern void func_generated(void);
|
|
extern void func_ndr_marshall(void);
|
|
extern void func_rpc(void);
|
|
extern void func_rpc_async(void);
|
|
extern void func_rpc_protseq(void);
|
|
extern void func_server(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "cstub", func_cstub },
|
|
{ "generated", func_generated },
|
|
{ "ndr_marshall", func_ndr_marshall },
|
|
{ "rpc", func_rpc },
|
|
{ "rpc_async", func_rpc_async },
|
|
{ "rpc_protseq", func_rpc_protseq },
|
|
{ "server", func_server },
|
|
{ 0, 0 }
|
|
};
|