[VBSCRIPT_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-24 13:09:43 +01:00
parent 9f8faabac0
commit ff857de1ad
3 changed files with 7 additions and 31 deletions

View file

@ -18,25 +18,17 @@
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define CONST_VTABLE
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winnls.h>
#include <ole2.h>
#include <dispex.h>
#include <activscp.h>
#include <objsafe.h>
//#include <urlmon.h>
//#include <mshtmhst.h>
#include <urlmon.h>
#include <mshtmhst.h>
#include <wine/test.h>
#include "wine/test.h"
#ifdef _WIN64

View file

@ -18,23 +18,16 @@
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define CONST_VTABLE
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <ole2.h>
#include <dispex.h>
#include <activscp.h>
#include <vbsregexp55.h>
#include "vbsregexp55.h"
#include <wine/test.h>
#include "wine/test.h"
#ifdef _WIN64

View file

@ -16,27 +16,18 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define CONST_VTABLE
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <initguid.h>
#include <ole2.h>
#include <activscp.h>
#include <objsafe.h>
#include <dispex.h>
#include <vbsregexp55.h>
#include "vbsregexp55.h"
#include <wine/test.h>
#include "wine/test.h"
#ifdef _WIN64