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