[WINETESTS] Addendum to r66701. Fixes MSVC build.

svn path=/trunk/; revision=66703
This commit is contained in:
Amine Khaldi 2015-03-14 15:22:32 +00:00
parent 0b1cd10648
commit b6882286d4
6 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@
#include "wine/test.h" #include "wine/test.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winternl.h" #include "wine/winternl.h"
struct ustring { struct ustring {
DWORD Length; DWORD Length;

View file

@ -26,7 +26,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winerror.h" #include "winerror.h"
#include "winternl.h" #include "wine/winternl.h"
typedef struct typedef struct
{ {

View file

@ -28,7 +28,7 @@
#include "wine/test.h" #include "wine/test.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "winternl.h" #include "wine/winternl.h"
#include "winreg.h" #include "winreg.h"
#include "winsvc.h" #include "winsvc.h"
#include "winerror.h" #include "winerror.h"

View file

@ -22,7 +22,7 @@
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include <windows.h> #include <windows.h>
#include <winnt.h> #include <winnt.h>
#include <winternl.h> #include <wine/winternl.h>
#include <winerror.h> #include <winerror.h>
#include <stdio.h> #include <stdio.h>
#include "wine/test.h" #include "wine/test.h"

View file

@ -31,7 +31,7 @@
#include "winbase.h" #include "winbase.h"
#include "rpcnterr.h" #include "rpcnterr.h"
#include "winreg.h" #include "winreg.h"
#include "winternl.h" #include "wine/winternl.h"
/* FIXME!!! this test checks only mappings, defined by MSDN /* FIXME!!! this test checks only mappings, defined by MSDN
* It is necessary to add other mappings and to test them * It is necessary to add other mappings and to test them

View file

@ -24,7 +24,7 @@
#include "winbase.h" #include "winbase.h"
#include "initguid.h" #include "initguid.h"
#include "dshow.h" #include "dshow.h"
#include "winternl.h" #include "wine/winternl.h"
#include "fil_data.h" #include "fil_data.h"