mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
20 lines
319 B
C
20 lines
319 B
C
|
|
||
|
#ifndef _WINE_FUSION_PRECOMP_H_
|
||
|
#define _WINE_FUSION_PRECOMP_H_
|
||
|
|
||
|
#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_ */
|