aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/CustomSerialization.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-14 15:12:29 -0500
committerrogerk <devnull@localhost>2012-10-14 15:12:29 -0500
commit945bd1d516d94389a1f3d4b29e754fcd345ce955 (patch)
tree5d6e818790c44b54a6c1a68a649ed0c817b25ddc /src/ProtocolBuffers/CustomSerialization.cs
parent5cda54bd8b7269cf8f48ff7af28acfd4783c5a45 (diff)
downloadprotobuf-945bd1d516d94389a1f3d4b29e754fcd345ce955.tar.gz
protobuf-945bd1d516d94389a1f3d4b29e754fcd345ce955.tar.bz2
protobuf-945bd1d516d94389a1f3d4b29e754fcd345ce955.zip
Working to reduce number of conditional complication directives, and migrate towards feature-based condtions rather than platform-based
Diffstat (limited to 'src/ProtocolBuffers/CustomSerialization.cs')
-rw-r--r--src/ProtocolBuffers/CustomSerialization.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/CustomSerialization.cs b/src/ProtocolBuffers/CustomSerialization.cs
index 256f2e67..a1aee029 100644
--- a/src/ProtocolBuffers/CustomSerialization.cs
+++ b/src/ProtocolBuffers/CustomSerialization.cs
@@ -36,7 +36,7 @@
/*
* This entire source file is not supported on the Silverlight platform
*/
-#if !SILVERLIGHT && !COMPACT_FRAMEWORK
+#if !NOSERIALIZABLE
using System;
using System.Runtime.Serialization;