ReactOS 0.4.15-dev-7906-g1b85a5f
precomp.h
Go to the documentation of this file.
1
2#ifndef _WINE_FUSION_PRECOMP_H_
3#define _WINE_FUSION_PRECOMP_H_
4
5#define _INC_WINDOWS
6#define COM_NO_WINDOWS_H
7
8#define COBJMACROS
9#define NONAMELESSUNION
10#define NONAMELESSSTRUCT
11
12#include "fusionpriv.h"
13
14#include <corerror.h>
15
16#include <wine/unicode.h>
17#include <wine/debug.h>
18
19#endif /* !_WINE_FUSION_PRECOMP_H_ */