mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
15 lines
274 B
C
15 lines
274 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_roapi(void);
|
|
extern void func_string(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "roapi", func_roapi },
|
|
{ "string", func_string },
|
|
{ 0, 0 }
|
|
};
|