mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
17 lines
303 B
C
17 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_ */
|