diff options
Diffstat (limited to 'cs/src/Ice/Application.cs')
-rw-r--r-- | cs/src/Ice/Application.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cs/src/Ice/Application.cs b/cs/src/Ice/Application.cs index 89002e5b0d5..8a4e4248ef0 100644 --- a/cs/src/Ice/Application.cs +++ b/cs/src/Ice/Application.cs @@ -7,6 +7,8 @@ // // ********************************************************************** +#if !SILVERLIGHT + namespace Ice { using System; @@ -1008,3 +1010,4 @@ namespace Ice delegate bool CtrlCEventHandler(int sig); } +#endif |