remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific files.
[oweals/gnunet.git] / src / util / test_strings.c
index a4e548e31ea6d68f10654ffd76ec7ea22457e9a1..60887c5879a9814b897d3416834518529a17e285 100644 (file)
@@ -67,11 +67,9 @@ main(int argc, char *argv[])
                                                 (GNUNET_TIME_UNIT_MILLISECONDS,
                                                 7 * 60 * 60 * 1000), GNUNET_YES);
   WANTNF(buf, bc);
-#ifndef MINGW
+
   hdir = getenv("HOME");
-#else
-  hdir = getenv("USERPROFILE");
-#endif
+
   GNUNET_snprintf(buf, sizeof(buf), "%s%s", hdir, DIR_SEPARATOR_STR);
   b = GNUNET_STRINGS_filename_expand("~");
   GNUNET_assert(b != NULL);