reactos/modules/rostests/apitests/mountmgr/precomp.h
Pierre Schweitzer 16ec2e2aa5
[MOUNTMGR_APITEST] Add a test suite for the mount manager
It only tests IOCTL_MOUNTMGR_QUERY_POINTS for now
2019-09-05 08:36:20 +02:00

13 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_ */