codebrainz commented on this pull request.
@@ -84,7 +84,7 @@ static int get_path_max(const char *path)
}
-#ifdef G_OS_WIN32 +#if defined(G_OS_WIN32) && !defined(HAVE_REALPATH)
You could probably drop the `G_OS_WIN32` part altogether, but this is probably safer for now.