xref: /reactos/dll/win32/msxml3/precomp.h (revision 8a978a17)
1 
2 #ifndef _MSXML3_PCH_
3 #define _MSXML3_PCH_
4 
5 #include <config.h>
6 
7 #ifdef HAVE_LIBXML2
8 # include <libxml/parser.h>
9 #endif
10 
11 #define WIN32_NO_STATUS
12 #define _INC_WINDOWS
13 
14 #define COBJMACROS
15 #define NONAMELESSUNION
16 
17 #include <windef.h>
18 #include <winbase.h>
19 #include <winreg.h>
20 #include <ole2.h>
21 #include <msxml6.h>
22 #include <wininet.h>
23 #include <shlwapi.h>
24 
25 #include <wine/debug.h>
26 #include <wine/list.h>
27 
28 #include "msxml_private.h"
29 
30 #endif /* !_MSXML3_PCH_ */
31