ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
1
2#ifndef _OLEAUT32_WINETEST_PRECOMP_H_
3#define _OLEAUT32_WINETEST_PRECOMP_H_
4
5#include <stdio.h>
6#include <math.h>
7
8#define WIN32_NO_STATUS
9#define _INC_WINDOWS
10#define COM_NO_WINDOWS_H
11
12#define COBJMACROS
13#define CONST_VTABLE
14
15#include <wine/test.h>
16
17#include <winreg.h>
18#include <winnls.h>
19#include <wingdi.h>
20#include <ole2.h>
21#include <olectl.h>
22#include <tmarshal.h>
23#include <test_tlb.h>
24
25#endif /* !_OLEAUT32_WINETEST_PRECOMP_H_ */