1 #ifndef _NTDLL_APITEST_PRECOMP_H_
2 #define _NTDLL_APITEST_PRECOMP_H_
3 
4 #include <stdio.h>
5 
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9 
10 #include <apitest.h>
11 #include <ndk/ntndk.h>
12 #include <strsafe.h>
13 
14 #endif /* _NTDLL_APITEST_PRECOMP_H_ */
15