1 #ifndef _ATL_APITEST_PRECOMP_H_
2 #define _ATL_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 <atlbase.h>
10 #include <atlsimpcoll.h>
11 
12 #include "resource.h"
13 
14 #endif /* _ATL_APITEST_PRECOMP_H_ */
15