reactos/modules/rostests/apitests/atl/precomp.h
2017-12-21 13:31:24 +01:00

15 lines
264 B
C

#ifndef _ATL_APITEST_PRECOMP_H_
#define _ATL_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <apitest.h>
#include <atlbase.h>
#include <atlsimpcoll.h>
#include "resource.h"
#endif /* _ATL_APITEST_PRECOMP_H_ */