mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +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_ */
|