ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
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_ */