[USER32_WINETEST] Add a PCH.

This commit is contained in:
Amine Khaldi 2017-12-09 13:58:55 +01:00
parent c4a412a2b9
commit de793ea5d6
26 changed files with 56 additions and 232 deletions

View file

@ -0,0 +1,16 @@
#ifndef _USER32_APITEST_PRECOMP_H_
#define _USER32_APITEST_PRECOMP_H_
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#define STRICT
#define WIN32_LEAN_AND_MEAN
#define WINE_NOWINSOCK
#include <windows.h>
#define WINE_NO_INLINE_RECT
#include <wine/test.h>
#endif /* _USER32_APITEST_PRECOMP_H_ */