From 96a173fcdfdf8712f8b963c95f66de0715306934 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 25 Mar 2018 12:41:06 +0100 Subject: [PATCH] [WSHOM_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/wshom/wshom.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/rostests/winetests/wshom/wshom.c b/modules/rostests/winetests/wshom/wshom.c index 5a9662078aa..18ff4d62281 100644 --- a/modules/rostests/winetests/wshom/wshom.c +++ b/modules/rostests/winetests/wshom/wshom.c @@ -16,18 +16,15 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define WIN32_NO_STATUS -#define _INC_WINDOWS #define COBJMACROS #define CONST_VTABLE -#include -#include -#include #include +#include #include -#include -#include + +#include "wshom.h" +#include "wine/test.h" DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);