reactos/modules/rostests/apitests/atl/precomp.h

15 lines
264 B
C
Raw Normal View History

2017-12-21 12:31:24 +00:00
#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_ */