[WINETESTS]

fix kernel32 and ntdll winetest build

svn path=/trunk/; revision=66697
This commit is contained in:
Christoph von Wittich 2015-03-14 14:02:06 +00:00
parent e209e6b5ac
commit fff0346a1f
14 changed files with 14 additions and 14 deletions

View file

@ -22,7 +22,7 @@
#include <assert.h>
#include <windows.h>
#include <winternl.h>
#include <wine/winternl.h>
#include <winreg.h>
#include "wine/test.h"

View file

@ -27,7 +27,7 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "wine/test.h"
#define MAGIC_DEAD 0xdeadbeef

View file

@ -27,7 +27,7 @@
#define WIN32_NO_STATUS
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "wine/test.h"
#include "delayloadhandler.h"

View file

@ -31,8 +31,8 @@
#include "winuser.h"
#include "wincon.h"
#include "winnls.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "wine/test.h"
/* PROCESS_ALL_ACCESS in Vista+ PSDKs is incompatible with older Windows versions */

View file

@ -26,7 +26,7 @@
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "winerror.h"
#include "winuser.h"
#include "wine/exception.h"

View file

@ -36,7 +36,7 @@
#include "winnls.h"
#include "winuser.h"
#include "wine/test.h"
#include "winternl.h"
#include "wine/winternl.h"
#ifndef __WINE_WINTERNL_H
typedef unsigned short RTL_ATOM, *PRTL_ATOM;

View file

@ -34,7 +34,7 @@
#define WIN32_NO_STATUS
#include "wine/test.h"
#include "winternl.h"
#include "wine/winternl.h"
static NTSTATUS (WINAPI *pNtClose)( PHANDLE );
static NTSTATUS (WINAPI *pNtOpenFile) ( PHANDLE, ACCESS_MASK, POBJECT_ATTRIBUTES, PIO_STATUS_BLOCK, ULONG, ULONG );

View file

@ -33,7 +33,7 @@
#include "winbase.h"
#include "winnt.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "wine/exception.h"
#include "wine/test.h"

View file

@ -34,7 +34,7 @@
#define WIN32_NO_STATUS
#include "wine/test.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "winuser.h"
#include "wine/winioctl.h"

View file

@ -30,6 +30,6 @@
#include "winbase.h"
#include "winnt.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "wine/test.h"

View file

@ -20,7 +20,7 @@
*/
#include "ntdll_test.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "stdio.h"
#include "winnt.h"
#include "stdlib.h"

View file

@ -28,7 +28,7 @@
#include "winreg.h"
#include "winnls.h"
#include "wine/test.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "winioctl.h"
#ifndef __WINE_WINTERNL_H

View file

@ -28,7 +28,7 @@
#include "winreg.h"
#include "winnls.h"
#include "wine/test.h"
#include "winternl.h"
#include "wine/winternl.h"
#ifndef __WINE_WINTERNL_H

View file

@ -23,7 +23,7 @@
*/
#include "ntdll_test.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "stdio.h"
#include "winnt.h"
#include "winnls.h"