[MOUNTMGR_APITEST] Add a test suite for the mount manager
[reactos.git] / modules / rostests / apitests / mountmgr / precomp.h
1 #ifndef _MOUNTMGR_APITEST_PRECOMP_H_
2 #define _MOUNTMGR_APITEST_PRECOMP_H_
3
4 #define WIN32_NO_STATUS
5
6 #include <apitest.h>
7 #include <strsafe.h>
8 #include <ntstatus.h>
9 #include <mountmgr.h>
10 #include <ndk/rtlfuncs.h>
11
12 #endif /* _MOUNTMGR_APITEST_PRECOMP_H_ */