mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[GDI32_APITEST] Add a PCH.
This commit is contained in:
parent
c2bdad2981
commit
aee83c359c
74 changed files with 106 additions and 307 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue