reactos/rostests/apitests/apphelp/testlist.c
Thomas Faber 001dc229d5 [APPHELP_APITEST]
- Add tests for the apphelp SDB compatibility layer. Patch by Mark Jansen.
CORE-10367

svn path=/trunk/; revision=71077
2016-03-29 08:55:40 +00:00

13 lines
221 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_layerapi(void);
const struct test winetest_testlist[] =
{
{ "layerapi", func_layerapi },
{ 0, 0 }
};