[KERNEL32_WINETEST] Really fix winternl.h inclusions. Our GCC build missed these.

svn path=/trunk/; revision=66701
This commit is contained in:
Amine Khaldi 2015-03-14 15:14:41 +00:00
parent 470a162a83
commit 62ceafc675
7 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@
#include <winbase.h>
#include <windef.h>
#include <winnt.h>
#include <winternl.h>
#include <wine/winternl.h>
#include <winnls.h>
#include <stdio.h>

View file

@ -34,7 +34,7 @@
#include "wine/test.h"
#include <windef.h>
#include <winbase.h>
#include <winternl.h>
#include <wine/winternl.h>
static DWORD CALLBACK NotificationThread(LPVOID arg)
{

View file

@ -23,7 +23,7 @@
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "wine/test.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "winbase.h"
#include "winnls.h"

View file

@ -25,7 +25,7 @@
#define WIN32_NO_STATUS
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/winternl.h"
#include "wine/test.h"
#define PIPENAME "\\\\.\\PiPe\\tests_pipe.c"

View file

@ -24,7 +24,7 @@
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winternl.h>
#include <wine/winternl.h>
#include <wine/test.h>

View file

@ -22,7 +22,7 @@
#include "wine/test.h"
#include "winbase.h"
#include "winnls.h"
#include "winternl.h"
#include "wine/winternl.h"
static BOOL (WINAPI *pTzSpecificLocalTimeToSystemTime)(LPTIME_ZONE_INFORMATION, LPSYSTEMTIME, LPSYSTEMTIME);
static BOOL (WINAPI *pSystemTimeToTzSpecificLocalTime)(LPTIME_ZONE_INFORMATION, LPSYSTEMTIME, LPSYSTEMTIME);

View file

@ -23,7 +23,7 @@
#include "wine/test.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/winternl.h"
static BOOL (WINAPI * pGetProductInfo)(DWORD, DWORD, DWORD, DWORD, DWORD *);
static BOOL (WINAPI * pVerifyVersionInfoA)(LPOSVERSIONINFOEXA, DWORD, DWORDLONG);