mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
b17882ecd8
- Update tests to Wine head (as of 11th of May, 2008). svn path=/trunk/; revision=33464
26 lines
599 B
C
26 lines
599 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_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 },
|
|
{ "server", func_server },
|
|
{ 0, 0 }
|
|
};
|