[MSHTML_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / mshtml / xmlhttprequest.c
index 0997206..8a4bd17 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define COBJMACROS
-
-#include <wine/test.h>
-#include <stdarg.h>
-
-#include "windef.h"
-#include "winbase.h"
-#include "ole2.h"
-#include "mshtml.h"
+#include "precomp.h"
 
 static BSTR a2bstr(const char *str)
 {