[NETCFGX_WINETEST] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / modules / rostests / winetests / netcfgx / netcfgx.c
index 4a09387..1f3ec77 100644 (file)
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
  * 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>
 
 #include <stdio.h>
 
-#define WIN32_LEAN_AND_MEAN
 #define COBJMACROS
 #define COBJMACROS
-#include <wine/test.h>
+
+#ifdef __REACTOS__
 #include <objbase.h>
 #include <objbase.h>
-#include <netcfgx.h>
+#endif
+#include "netcfgx.h"
+#include "wine/test.h"
 
 static void create_configuration(void)
 {
 
 static void create_configuration(void)
 {