mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:22:22 +00:00
[USER32_WINETEST] Sync everything except win.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
47e04dae50
commit
d558fc75a2
24 changed files with 1947 additions and 584 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue