mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
7538d3e725
- Move the devclass test to apitests, since it is not a Wine test svn path=/trunk/; revision=62975
12 lines
192 B
C
12 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 }
|
|
};
|