ReactOS 0.4.16-dev-2491-g3dc6630
testlist.c
Go to the documentation of this file.
1/* Automatically generated file; DO NOT EDIT!! */
2
3#define STANDALONE
4/* Import oleauto so that wine_dbgstr_variant function would be compiled */
5#include <oleauto.h>
6#include <wine/test.h>
7
8extern void func_container(void);
9extern void func_provider(void);
10
11const struct test winetest_testlist[] =
12{
13 { "container", func_container },
14 { "provider", func_provider },
15 { 0, 0 }
16};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_container(void)
void func_provider(void)