mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WINETESTS]
fix kernel32 and ntdll winetest build svn path=/trunk/; revision=66697
This commit is contained in:
parent
e209e6b5ac
commit
fff0346a1f
14 changed files with 14 additions and 14 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winternl.h>
|
#include <wine/winternl.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winreg.h"
|
#include "winreg.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
#define MAGIC_DEAD 0xdeadbeef
|
#define MAGIC_DEAD 0xdeadbeef
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "delayloadhandler.h"
|
#include "delayloadhandler.h"
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wincon.h"
|
#include "wincon.h"
|
||||||
#include "winnls.h"
|
#include "winnls.h"
|
||||||
#include "winternl.h"
|
|
||||||
|
|
||||||
|
#include "wine/winternl.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
/* PROCESS_ALL_ACCESS in Vista+ PSDKs is incompatible with older Windows versions */
|
/* PROCESS_ALL_ACCESS in Vista+ PSDKs is incompatible with older Windows versions */
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "winerror.h"
|
#include "winerror.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/exception.h"
|
#include "wine/exception.h"
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#include "winnls.h"
|
#include "winnls.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
|
|
||||||
#ifndef __WINE_WINTERNL_H
|
#ifndef __WINE_WINTERNL_H
|
||||||
typedef unsigned short RTL_ATOM, *PRTL_ATOM;
|
typedef unsigned short RTL_ATOM, *PRTL_ATOM;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
|
|
||||||
static NTSTATUS (WINAPI *pNtClose)( PHANDLE );
|
static NTSTATUS (WINAPI *pNtClose)( PHANDLE );
|
||||||
static NTSTATUS (WINAPI *pNtOpenFile) ( PHANDLE, ACCESS_MASK, POBJECT_ATTRIBUTES, PIO_STATUS_BLOCK, ULONG, ULONG );
|
static NTSTATUS (WINAPI *pNtOpenFile) ( PHANDLE, ACCESS_MASK, POBJECT_ATTRIBUTES, PIO_STATUS_BLOCK, ULONG, ULONG );
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
#include "winreg.h"
|
#include "winreg.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "wine/exception.h"
|
#include "wine/exception.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/winioctl.h"
|
#include "wine/winioctl.h"
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,6 @@
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
#include "winreg.h"
|
#include "winreg.h"
|
||||||
#include "winternl.h"
|
|
||||||
|
|
||||||
|
#include "wine/winternl.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ntdll_test.h"
|
#include "ntdll_test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "winreg.h"
|
#include "winreg.h"
|
||||||
#include "winnls.h"
|
#include "winnls.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "winioctl.h"
|
#include "winioctl.h"
|
||||||
|
|
||||||
#ifndef __WINE_WINTERNL_H
|
#ifndef __WINE_WINTERNL_H
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include "winreg.h"
|
#include "winreg.h"
|
||||||
#include "winnls.h"
|
#include "winnls.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
|
|
||||||
#ifndef __WINE_WINTERNL_H
|
#ifndef __WINE_WINTERNL_H
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ntdll_test.h"
|
#include "ntdll_test.h"
|
||||||
#include "winternl.h"
|
#include "wine/winternl.h"
|
||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
#include "winnls.h"
|
#include "winnls.h"
|
||||||
|
|
Loading…
Reference in a new issue