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