2009-10-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mono / utils / mono-path.c
index 05065f0710165aaefe8907eda5dfba2f05dd1aad..99e82ce71ae337ebee7efad7fead01fc6d7ec23d 100644 (file)
@@ -89,7 +89,7 @@ mono_path_canonicalize (const char *path)
 gchar *
 mono_path_resolve_symlinks (const char *path)
 {
-#if PLATFORM_WIN32
+#if defined(PLATFORM_NO_SYMLINKS)
        return mono_path_canonicalize (path);
 #else
        char *p, *concat, *dir;