mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
31500a3e7b
* Sync with Wine 1.5.26. svn path=/trunk/; revision=59126
12 lines
206 B
C
12 lines
206 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_api(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "api", func_api },
|
|
{ 0, 0 }
|
|
};
|