2018-03-20 11:29:29 +00:00
|
|
|
|
2017-12-21 12:55:57 +00:00
|
|
|
#ifndef _MSXML3_WINETEST_PRECOMP_H_
|
|
|
|
#define _MSXML3_WINETEST_PRECOMP_H_
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
|
|
|
|
#define COBJMACROS
|
|
|
|
#define CONST_VTABLE
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <assert.h>
|
|
|
|
|
|
|
|
#include <wine/test.h>
|
2018-03-20 11:29:29 +00:00
|
|
|
#include <wine/heap.h>
|
2017-12-21 12:55:57 +00:00
|
|
|
|
2018-03-20 11:29:29 +00:00
|
|
|
#include <windows.h>
|
2017-12-21 12:55:57 +00:00
|
|
|
#include <ole2.h>
|
|
|
|
#include <msxml2.h>
|
|
|
|
#include <objsafe.h>
|
2018-03-20 11:29:29 +00:00
|
|
|
#include <ocidl.h>
|
|
|
|
#include <dispex.h>
|
2017-12-21 12:55:57 +00:00
|
|
|
#include <mshtml.h>
|
|
|
|
#include <xmlparser.h>
|
|
|
|
|
|
|
|
#endif /* !_MSXML3_WINETEST_PRECOMP_H_ */
|