[sgen] Evacuate from emptier blocks to fuller ones
[mono.git] / mcs / class / System / System.Net / EndPointListener.cs
index 8080354f806b23f753ff4af389f9cb4efe211f3a..9726b91358b2ffeb1030370681e901b519a6ee8d 100644 (file)
 
 #if SECURITY_DEP
 
-#if MONOTOUCH || MONODROID
-using Mono.Security.Authenticode;
-#else
+#if MONO_SECURITY_ALIAS
 extern alias MonoSecurity;
 using MonoSecurity::Mono.Security.Authenticode;
+#else
+using Mono.Security.Authenticode;
 #endif
 
 using System.IO;