mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[WINETESTS] Addendum to r66701. Fixes MSVC build.
svn path=/trunk/; revision=66703
This commit is contained in:
parent
0b1cd10648
commit
b6882286d4
6 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "wine/test.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/winternl.h"
|
||||
|
||||
struct ustring {
|
||||
DWORD Length;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/winternl.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "wine/test.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/winternl.h"
|
||||
#include "winreg.h"
|
||||
#include "winsvc.h"
|
||||
#include "winerror.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <winnt.h>
|
||||
#include <winternl.h>
|
||||
#include <wine/winternl.h>
|
||||
#include <winerror.h>
|
||||
#include <stdio.h>
|
||||
#include "wine/test.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "winbase.h"
|
||||
#include "rpcnterr.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/winternl.h"
|
||||
|
||||
/* FIXME!!! this test checks only mappings, defined by MSDN
|
||||
* It is necessary to add other mappings and to test them
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "winbase.h"
|
||||
#include "initguid.h"
|
||||
#include "dshow.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/winternl.h"
|
||||
|
||||
#include "fil_data.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue