mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
22 lines
449 B
C
22 lines
449 B
C
#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_ */
|