mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
16ec2e2aa5
It only tests IOCTL_MOUNTMGR_QUERY_POINTS for now
11 lines
178 B
C
11 lines
178 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_QueryPoints(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "QueryPoints", func_QueryPoints },
|
|
{ 0, 0 }
|
|
};
|
|
|