mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[USER32_WINETEST] Add a PCH.
This commit is contained in:
parent
c4a412a2b9
commit
de793ea5d6
26 changed files with 56 additions and 232 deletions
16
modules/rostests/winetests/user32/precomp.h
Normal file
16
modules/rostests/winetests/user32/precomp.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue