1 /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2 
3 #include <stdarg.h>
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 
8 #include <windef.h>
9 #include <winbase.h>
10 #include <initguid.h>
11 #include <objsafe.h>
12 #include <msxml2.h>
13 #include <mshtml.h>
14 #include <xmlparser.h>
15 
16 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
17