ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef _WINE_GDIPLUS_PRECOMP_H_
3#define _WINE_GDIPLUS_PRECOMP_H_
4
5#define WIN32_NO_STATUS
6#define _INC_WINDOWS
7#define COM_NO_WINDOWS_H
8
9#define NONAMELESSUNION
10#define COBJMACROS
11
12#include "gdiplus_private.h"
13
14#include <wine/unicode.h>
15#include <wine/debug.h>
16
17#endif /* !_WINE_GDIPLUS_PRECOMP_H_ */