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
12 lines
255 B
C
12 lines
255 B
C
#ifndef _MOUNTMGR_APITEST_PRECOMP_H_
|
|
#define _MOUNTMGR_APITEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#include <apitest.h>
|
|
#include <strsafe.h>
|
|
#include <ntstatus.h>
|
|
#include <mountmgr.h>
|
|
#include <ndk/rtlfuncs.h>
|
|
|
|
#endif /* _MOUNTMGR_APITEST_PRECOMP_H_ */
|