1 #ifndef _KERNEL32_APITEST_PRECOMP_H_
2 #define _KERNEL32_APITEST_PRECOMP_H_
3 
4 #define WIN32_NO_STATUS
5 #define _INC_WINDOWS
6 #define COM_NO_WINDOWS_H
7 
8 #include <apitest.h>
9 #include <wincon.h>
10 #include <winnls.h>
11 #include <winreg.h>
12 #include <strsafe.h>
13 #include <ndk/umtypes.h>
14 
15 #endif /* _KERNEL32_APITEST_PRECOMP_H_ */
16