[MSXML3_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / msxml3 / httpreq.c
index a17e627..8d97a48 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#define COBJMACROS
-#define CONST_VTABLE
-
-#include <stdio.h>
-#include <assert.h>
-
-//#include "windows.h"
-
-#include <wine/test.h>
-
-#include <winnls.h>
-#include <wingdi.h>
-#include <ole2.h>
-//#include "msxml2.h"
-//#include "msxml2did.h"
-//#include "dispex.h"
-#include <initguid.h>
-#include <objsafe.h>
-#include <mshtml.h>
-
+#include "precomp.h"
 
 #define EXPECT_HR(hr,hr_exp) \
     ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)