mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
21 lines
336 B
C
21 lines
336 B
C
|
|
#ifndef _GDIPLUS_WINETEST_PRECOMP_H_
|
|
#define _GDIPLUS_WINETEST_PRECOMP_H_
|
|
|
|
#include <math.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <wine/test.h>
|
|
|
|
#include <wingdi.h>
|
|
#include <winnls.h>
|
|
#include <objbase.h>
|
|
#include <gdiplus.h>
|
|
|
|
#endif /* !_GDIPLUS_WINETEST_PRECOMP_H_ */
|