mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
17 lines
333 B
C
17 lines
333 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_ */
|