mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
25 lines
432 B
C
25 lines
432 B
C
|
|
#ifndef _MSXML3_WINETEST_PRECOMP_H_
|
|
#define _MSXML3_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define COBJMACROS
|
|
#define CONST_VTABLE
|
|
|
|
#include <stdio.h>
|
|
#include <assert.h>
|
|
|
|
#include <wine/test.h>
|
|
#include <wine/heap.h>
|
|
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
#include <msxml2.h>
|
|
#include <objsafe.h>
|
|
#include <ocidl.h>
|
|
#include <dispex.h>
|
|
#include <mshtml.h>
|
|
#include <xmlparser.h>
|
|
|
|
#endif /* !_MSXML3_WINETEST_PRECOMP_H_ */
|