reactos/dll/win32/fusion/precomp.h

21 lines
343 B
C
Raw Normal View History

#ifndef _WINE_FUSION_PRECOMP_H_
#define _WINE_FUSION_PRECOMP_H_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "fusionpriv.h"
#include <corerror.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#endif /* !_WINE_FUSION_PRECOMP_H_ */