mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
20 lines
343 B
C
20 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_ */
|