1 2 #ifndef _WINE_FUSION_PRECOMP_H_ 3 #define _WINE_FUSION_PRECOMP_H_ 4 5 #define WIN32_NO_STATUS 6 #define _INC_WINDOWS 7 #define COM_NO_WINDOWS_H 8 9 #define COBJMACROS 10 #define NONAMELESSUNION 11 #define NONAMELESSSTRUCT 12 13 #include "fusionpriv.h" 14 15 #include <corerror.h> 16 17 #include <wine/unicode.h> 18 #include <wine/debug.h> 19 20 #endif /* !_WINE_FUSION_PRECOMP_H_ */ 21