https://git.reactos.org/?p=reactos.git;a=commitdiff;h=66f8e62269738abe53e3da...
commit 66f8e62269738abe53e3daca71ce518e91300f2c Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Tue Mar 20 12:32:58 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Tue Mar 20 12:32:58 2018 +0100
[NETCFGX_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/netcfgx/netcfgx.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/modules/rostests/winetests/netcfgx/netcfgx.c b/modules/rostests/winetests/netcfgx/netcfgx.c index 4a093876f4..1f3ec77284 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 <stdio.h>
-#define WIN32_LEAN_AND_MEAN #define COBJMACROS -#include <wine/test.h> + +#ifdef __REACTOS__ #include <objbase.h> -#include <netcfgx.h> +#endif +#include "netcfgx.h" +#include "wine/test.h"
static void create_configuration(void) {