From: Amine Khaldi Date: Wed, 21 Mar 2018 11:56:46 +0000 (+0100) Subject: [OLEDLG_WINETEST] Sync with Wine Staging 3.3. CORE-14434 X-Git-Tag: 0.4.9-RC~479 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=000789f420a84a90974c375def1ccb1bcd5d0465 [OLEDLG_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- diff --git a/modules/rostests/winetests/oledlg/main.c b/modules/rostests/winetests/oledlg/main.c index 8c2084f2df9..5d452f1b099 100644 --- a/modules/rostests/winetests/oledlg/main.c +++ b/modules/rostests/winetests/oledlg/main.c @@ -20,11 +20,11 @@ #define COBJMACROS -#include +#include "wine/test.h" #include -#include -#include +#include "initguid.h" +#include "oledlg.h" static const WCHAR *strstrW( const WCHAR *str, const WCHAR *sub ) {