2009-05-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / winconfig.h
index c96fac7e7d364f9abe22bb25f6788c1e04c289c8..e9eb276bf65d9c85f7dc46288b57baa55d7b39bd 100644 (file)
 #error Unknown architecture
 #endif
 
+/*
+ * Features that are not required in the Windows port
+ */
+#define DISABLE_PORTABILITY 1
+
+/* Windows does not have symlinks */
+#define PLATFORM_NO_SYMLINKS 1
+
 /* String of disabled features */
 #define DISABLED_FEATURES "none"