mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
15 lines
264 B
C
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_ */
|