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:
authorAaron Bockover <abock@xamarin.com>2013-05-02 02:10:06 +0400
committerAaron Bockover <abock@xamarin.com>2013-05-02 02:10:06 +0400
commit1ddafd799738d7a9fd702c6168ed7c5694e28791 (patch)
tree7edbad3f5c4b9bd4fc7c1170d3f679436988589e /support
parentd9f6f07701656508ef46903268e8e2db0fa37f57 (diff)
mac-reachability.c: enable for TARGET_IOS
Diffstat (limited to 'support')
-rw-r--r--support/mac-reachability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/mac-reachability.c b/support/mac-reachability.c
index 8452404952f..2e92b6328d7 100644
--- a/support/mac-reachability.c
+++ b/support/mac-reachability.c
@@ -30,7 +30,7 @@
int mono_sc_reachability_enabled ();
-#ifdef PLATFORM_MACOSX
+#if defined(PLATFORM_MACOSX) || defined(TARGET_IOS)
int
mono_sc_reachability_enabled ()