reactos/rostests/apitests/setupapi/testlist.c
Thomas Faber 7538d3e725 [SETUPAPI_WINETEST]
- Move the devclass test to apitests, since it is not a Wine test

svn path=/trunk/; revision=62975
2014-04-26 10:58:40 +00:00

13 lines
192 B
C

#define __ROS_LONG64__
#define STANDALONE
#include <apitest.h>
extern void func_devclass(void);
const struct test winetest_testlist[] =
{
{ "devclass", func_devclass },
{ 0, 0 }
};