[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,13 +5,7 @@
* PROGRAMMERS: Timo Kreuzer
*/
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#define TEST(x) ok(x, #x"\n")
#define RTEST(x) ok(x, #x"\n")
#include "precomp.h"
void Test_SetWindowExtEx()
{