[GDI32_APITEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-02 21:00:06 +01:00
parent c2bdad2981
commit aee83c359c
74 changed files with 106 additions and 307 deletions

View file

@ -5,18 +5,7 @@
* PROGRAMMERS: Timo Kreuzer
*/
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#define CLIPRGN 1
#define ok_rect(_prc, _left, _top, _right, _bottom) \
ok_int((_prc)->left, _left); \
ok_int((_prc)->top, _top); \
ok_int((_prc)->right, _right); \
ok_int((_prc)->bottom, _bottom); \
#include "precomp.h"
void Test_ExcludeClipRect()
{