mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[WSCRIPT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
67c66593ea
commit
3c774903aa
1 changed files with 5 additions and 6 deletions
|
@ -18,17 +18,16 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <objbase.h>
|
||||
#define PSAPI_VERSION 1
|
||||
#include <initguid.h>
|
||||
#include <windows.h>
|
||||
#include <psapi.h>
|
||||
#include <oaidl.h>
|
||||
|
||||
#include <wine/test.h>
|
||||
#include "wine/test.h"
|
||||
|
||||
#define DEFINE_EXPECT(func) \
|
||||
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
|
||||
|
|
Loading…
Reference in a new issue