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

This commit is contained in:
Amine Khaldi 2018-03-17 13:12:12 +01:00
parent 8dba275bd6
commit e68a367aa6
6 changed files with 13 additions and 37 deletions

View file

@ -16,27 +16,19 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdio.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