From: Amine Khaldi Date: Tue, 20 Mar 2018 11:32:58 +0000 (+0100) Subject: [NETCFGX_WINETEST] Sync with Wine Staging 3.3. CORE-14434 X-Git-Tag: 0.4.9-RC~493 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=66f8e62269738abe53e3daca71ce518e91300f2c;hp=434c1cef181df5e20dc2f5fd4a8a16457d281fe6;ds=sidebyside [NETCFGX_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- diff --git a/modules/rostests/winetests/netcfgx/netcfgx.c b/modules/rostests/winetests/netcfgx/netcfgx.c index 4a093876f48..1f3ec772843 100644 --- a/modules/rostests/winetests/netcfgx/netcfgx.c +++ b/modules/rostests/winetests/netcfgx/netcfgx.c @@ -15,14 +15,16 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ - +#define WIN32_LEAN_AND_MEAN #include -#define WIN32_LEAN_AND_MEAN #define COBJMACROS -#include + +#ifdef __REACTOS__ #include -#include +#endif +#include "netcfgx.h" +#include "wine/test.h" static void create_configuration(void) {