Sorry about that. Yes, it can be applied.

Done.

Enrico, why the following is not in trunk? (One of the four changes in
os_cygwin.C.)

Bo

@@ -198,7 +204,11 @@ string internal_path(string const & p)

string external_path_list(string const & p)
{
+#ifdef X_DISPLAY_MISSING
       return convert_path_list(p, PathStyle(windows));
+#else
+       return convert_path_list(p, PathStyle(posix));
+#endif
}

Reply via email to