[USER32_WINETEST] Sync everything except win.c with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-03 13:49:56 +01:00
parent 47e04dae50
commit d558fc75a2
24 changed files with 1947 additions and 584 deletions

View file

@ -1,16 +1,18 @@
#ifndef _USER32_APITEST_PRECOMP_H_
#define _USER32_APITEST_PRECOMP_H_
#ifndef _USER32_WINETEST_PRECOMP_H_
#define _USER32_WINETEST_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_ */
#include <reactos/undocuser.h>
#endif /* !_USER32_WINETEST_PRECOMP_H_ */