mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:51:44 +00:00
[KERNEL32_WINETEST] Sync everything except file.c and virtual.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
4b456ff7cd
commit
ed41a4dee2
33 changed files with 2320 additions and 1062 deletions
|
@ -1,15 +1,16 @@
|
|||
|
||||
#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 <ntstatus.h>
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <windows.h>
|
||||
#include <wine/test.h>
|
||||
#include <wine/winternl.h>
|
||||
#include <winuser.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue