1 #ifndef _MSXML3_WINETEST_PRECOMP_H_
2 #define _MSXML3_WINETEST_PRECOMP_H_
3 
4 #define WIN32_NO_STATUS
5 #define _INC_WINDOWS
6 #define COM_NO_WINDOWS_H
7 
8 #define COBJMACROS
9 #define CONST_VTABLE
10 
11 #include <stdio.h>
12 #include <assert.h>
13 
14 #include <wine/test.h>
15 
16 #include <winnls.h>
17 #include <wingdi.h>
18 #include <initguid.h>
19 #include <ole2.h>
20 #include <msxml2.h>
21 #include <msxml2did.h>
22 #include <objsafe.h>
23 #include <mshtml.h>
24 #include <xmlparser.h>
25 
26 #endif /* !_MSXML3_WINETEST_PRECOMP_H_ */
27