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-03 22:03:12 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-02-03 22:03:12 +0300
commit140a67c27f8ad779d96ee37b01f27323f3e80350 (patch)
tree344c57512b11e70fa1a57f5e0dad9bf7687fcb2a /winconfig.h
parent5e149f93158de52a6633aa8525a372b763a41449 (diff)
Add new feature
svn path=/trunk/mono/; revision=125575
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index c96fac7e7d3..8fe402da05b 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -12,6 +12,11 @@
#error Unknown architecture
#endif
+/*
+ * Features that are not required in the Windows port
+ */
+#define DISABLE_PORTABILITY 1
+
/* String of disabled features */
#define DISABLED_FEATURES "none"