mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
29 lines
544 B
C
29 lines
544 B
C
#ifndef _MSHTML_WINETEST_PRECOMP_H_
|
|
#define _MSHTML_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#define COBJMACROS
|
|
#define CONST_VTABLE
|
|
|
|
#include <wine/test.h>
|
|
|
|
#include <wingdi.h>
|
|
#include <winnls.h>
|
|
#include <ole2.h>
|
|
#include <mshtml.h>
|
|
#include <hlink.h>
|
|
#include <mshtmhst.h>
|
|
#include <mshtmdid.h>
|
|
#include <mshtmcid.h>
|
|
#include <objsafe.h>
|
|
#include <htiface.h>
|
|
#include <tlogstg.h>
|
|
#include <winreg.h>
|
|
#include <wininet.h>
|
|
|
|
#include "mshtml_test.h"
|
|
|
|
#endif /* !_MSHTML_WINETEST_PRECOMP_H_ */
|