mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
bab9f940a1
- Sync to Wine 1.3.30. Fixes crash in rpcrt4:rpc test See issue #5778 for more details. svn path=/trunk/; revision=54089
28 lines
676 B
C
28 lines
676 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_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 }
|
|
};
|