mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[KERNEL32_WINETEST] Add a PCH.
This commit is contained in:
parent
e36cf4acaf
commit
98ca8ad114
35 changed files with 69 additions and 263 deletions
22
modules/rostests/winetests/kernel32/precomp.h
Normal file
22
modules/rostests/winetests/kernel32/precomp.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ifndef _KERNEL32_WINETEST_PRECOMP_H_
|
||||
#define _KERNEL32_WINETEST_PRECOMP_H_
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <ntstatus.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#define COBJMACROS
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <wine/winternl.h>
|
||||
#include <winuser.h>
|
||||
#include <winreg.h>
|
||||
#include <wincon.h>
|
||||
#include <winnls.h>
|
||||
#include <winioctl.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
#endif /* !_KERNEL32_WINETEST_PRECOMP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue