Author: igorz Date: 2007-12-11 04:55:40 -0500 (Tue, 11 Dec 2007) New Revision: 91076
Modified: trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/PageInvoker.cs Log: added if #TARGET_JVM Modified: trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/PageInvoker.cs =================================================================== --- trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/PageInvoker.cs 2007-12-11 08:57:00 UTC (rev 91075) +++ trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/PageInvoker.cs 2007-12-11 09:55:40 UTC (rev 91076) @@ -1,3 +1,7 @@ +#if TARGET_JVM +#define BUG_78521_FIXED +#endif + using System; using System.Web.UI; _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
