ReactOS 0.4.15-dev-7842-g558ab78
testlist.c
Go to the documentation of this file.
1/* Automatically generated file; DO NOT EDIT!! */
2
3#define WIN32_LEAN_AND_MEAN
4#include <windows.h>
5
6#define STANDALONE
7#include "wine/test.h"
8
9extern void func_service(void);
10
11const struct test winetest_testlist[] =
12{
13 { "service", func_service },
14 { 0, 0 }
15};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:6
void func_service(void)