diff options
Diffstat (limited to 'cs/src/Ice/PluginManagerI.cs')
-rw-r--r-- | cs/src/Ice/PluginManagerI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cs/src/Ice/PluginManagerI.cs b/cs/src/Ice/PluginManagerI.cs index 081d6d7083a..9e128ebf71d 100644 --- a/cs/src/Ice/PluginManagerI.cs +++ b/cs/src/Ice/PluginManagerI.cs @@ -7,6 +7,7 @@ // // ********************************************************************** +#if !SILVERLIGHT namespace Ice { using System; @@ -518,3 +519,4 @@ namespace Ice private static bool _sslWarnOnce = false; } } +#endif |