1 #ifndef _MSHTML_WINETEST_PRECOMP_H_
2 #define _MSHTML_WINETEST_PRECOMP_H_
3 
4 #define WIN32_NO_STATUS
5 #define _INC_WINDOWS
6 #define COM_NO_WINDOWS_H
7 #define COBJMACROS
8 #define CONST_VTABLE
9 
10 #include <wine/test.h>
11 
12 #include <wingdi.h>
13 #include <winnls.h>
14 #include <ole2.h>
15 #include <mshtml.h>
16 #include <hlink.h>
17 #include <mshtmhst.h>
18 #include <mshtmdid.h>
19 #include <mshtmcid.h>
20 #include <objsafe.h>
21 #include <htiface.h>
22 #include <tlogstg.h>
23 #include <winreg.h>
24 #include <wininet.h>
25 
26 #include "mshtml_test.h"
27 
28 #endif /* !_MSHTML_WINETEST_PRECOMP_H_ */
29