mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:13:04 +00:00
[MSXML3_WINETEST] Add a PCH.
This commit is contained in:
parent
ffd9617271
commit
d3626819e6
9 changed files with 40 additions and 135 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue