Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-02-04 03:42:13 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-02-04 03:42:13 +0300
commit27ae9063e5d655b4512f11baa4bcbcc9348f34de (patch)
tree6794656b3fb8f26113301dad5f92f58c0fc1b35b /winconfig.h
parent908b577a1bc73ceed77d15bc183063e1f95d2173 (diff)
2009-02-03 Miguel de Icaza <miguel@novell.com>
* configure.in (PLATFORM_NO_SYMLINKS): New define that replaces PLATFORM_WIN32. svn path=/trunk/mono/; revision=125621
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index 8fe402da05b..e9eb276bf65 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -17,6 +17,9 @@
*/
#define DISABLE_PORTABILITY 1
+/* Windows does not have symlinks */
+#define PLATFORM_NO_SYMLINKS 1
+
/* String of disabled features */
#define DISABLED_FEATURES "none"