xref: /reactos/dll/win32/fusion/precomp.h (revision 682f85ad)
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_ */
20