Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / class / Mono.Security / Mono.Security.Protocol.Tls / CipherSuiteFactory.cs
index 68a21e1d54b4066b28fadccd593cc9293b7da934..cdba0f655ddfeac0ba081d312390aba953612af4 100644 (file)
@@ -32,7 +32,7 @@ namespace Mono.Security.Protocol.Tls
 {
        internal static class CipherSuiteFactory
        {
-#if !INSIDE_SYSTEM && !BOOTSTRAP_BASIC
+#if false && !INSIDE_SYSTEM && !BOOTSTRAP_BASIC
                static Type spm = typeof (ServicePointManager);
                static PropertyInfo client_callback;
                static PropertyInfo server_callback;