remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific files.
[oweals/gnunet.git] / src / util / test_configuration.c
index 71a1ae5bdc945a89b30a44f7f123169e03dbf736..b5b1e238cbe3e4faf036774ce7d9ad5ef29c6766 100644 (file)
@@ -323,12 +323,8 @@ testConfig()
       GNUNET_break(0);
       return 8;
     }
-#ifndef MINGW
+
   if (0 != strcmp(c, "/hello/world"))
-#else
-#define HI "\\hello\\world"
-  if (strstr(c, HI) != c + strlen(c) - strlen(HI))
-#endif
     {
       GNUNET_break(0);
       GNUNET_free(c);