http://bugzilla.novell.com/show_bug.cgi?id=582108
http://bugzilla.novell.com/show_bug.cgi?id=582108#c1 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Pobst <[email protected]> 2010-02-23 16:00:25 UTC --- The 2.0 compile has always relied on NET_1_1 as it is generally a superset of 1.1. NET_1_1 is for things added in 1.1 as opposed to 1.0, and thus they should be included in 2.0 as well. For things that should belong in 1.1, but not 2.0, they were wrapped in ONLY_1_1. We would likely have to audit our code and remove all traces of NET_1_1 before we can remove the define from the 2.0 build. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
