Fix the basic-profile build.
authorJonathan Pryor <jonpryor@vt.edu>
Mon, 31 Jan 2011 20:17:46 +0000 (15:17 -0500)
committerJonathan Pryor <jonpryor@vt.edu>
Mon, 31 Jan 2011 20:17:46 +0000 (15:17 -0500)
mcs/class/System.Core/System/TimeZoneInfo.cs

index 117fa7a337f966b7b27b37886c15d18d53c08e8d..56577a31bedb8d6f4428f57119b3d100f1f5005a 100644 (file)
@@ -31,7 +31,7 @@ using System.Runtime.CompilerServices;
 
 [assembly:TypeForwardedTo (typeof(TimeZoneInfo))]
 
-#else
+#elif (INSIDE_CORLIB && (NET_4_0 || MOONLIGHT || MOBILE)) || (!INSIDE_CORLIB && (NET_3_5 && !NET_4_0 && !MOBILE))
 
 using System.Collections.Generic;
 using System.Collections.ObjectModel;