reactos/dll/win32/fusion/precomp.h
2018-03-09 13:07:30 +01:00

21 lines
343 B
C

#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_ */