mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
18 lines
303 B
C
18 lines
303 B
C
|
|
||
|
#ifndef _WINE_GDIPLUS_PRECOMP_H_
|
||
|
#define _WINE_GDIPLUS_PRECOMP_H_
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
#define COBJMACROS
|
||
|
|
||
|
#include "gdiplus_private.h"
|
||
|
|
||
|
#include <wine/unicode.h>
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#endif /* !_WINE_GDIPLUS_PRECOMP_H_ */
|