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:
Diffstat (limited to 'mono/metadata/support.c')
-rw-r--r--mono/metadata/support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/metadata/support.c b/mono/metadata/support.c
index 104ef642a97..e0e86aad6c1 100644
--- a/mono/metadata/support.c
+++ b/mono/metadata/support.c
@@ -1,9 +1,9 @@
#include "utils/mono-compiler.h"
-#if defined(ENABLE_MONOTOUCH) && !defined(ENABLE_NETCORE)
+#if defined(ENABLE_MONOTOUCH)
#include "../../support/zlib-helper.c"
-#elif defined(ENABLE_MONODROID) && !defined(ENABLE_NETCORE)
+#elif defined(ENABLE_MONODROID)
#include "../../support/nl.c"
#include "../../support/zlib-helper.c"
#else