Browse Source

[runtime] Disable MONO_XEN_OPT on windows.

Zoltan Varga 12 years ago
parent
commit
cfabe7be1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      winconfig.h

+ 1 - 1
winconfig.h

@@ -561,7 +561,7 @@
 /* #undef MONO_SIZEOF_SUNPATH */
 
 /* Xen-specific behaviour */
-#define MONO_XEN_OPT 1
+/* #define MONO_XEN_OPT 1 */
 
 /* Length of zero length arrays */
 #define MONO_ZERO_LEN_ARRAY 1