reactos/dll/win32/gdiplus/precomp.h

18 lines
303 B
C
Raw Normal View History

#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_ */