mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
18 lines
352 B
C
18 lines
352 B
C
#ifndef _GDI32_WINETEST_PRECOMP_H_
|
|
#define _GDI32_WINETEST_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#define NONAMELESSUNION
|
|
|
|
#include <assert.h>
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
|
|
#include <wine/test.h>
|
|
#include <wingdi.h>
|
|
#include <winuser.h>
|
|
#include <mmsystem.h>
|
|
|
|
#endif /* !_GDI32_WINETEST_PRECOMP_H_ */
|