[MSXML3_WINETEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-21 13:55:57 +01:00
parent ffd9617271
commit d3626819e6
9 changed files with 40 additions and 135 deletions

View file

@ -18,21 +18,7 @@
* 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
#include <wine/test.h>
//#include <stdio.h>
//#include "windows.h"
#include <winnls.h>
#include <ole2.h>
#include <msxml2.h>
#include <msxml2did.h>
#include <ocidl.h>
#include "precomp.h"
#define EXPECT_HR(hr,hr_exp) \
ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp)