[Mono-devel-list] [Fwd: [Mono-patches] r39389 - in trunk/mcs/class/Npgsql: . Npgsql NpgsqlTypes]

Atsushi Eno atsushi at ximian.com
Mon Jan 24 09:45:17 EST 2005


Hi Fransisco,

Maybe with this patch, mcs build on cygwin got broken. The build
uses csc and there still seems no Npgsql.Design code.

Would you please fix this problem? I have no idea which solution
is better.

Thanks,
Atsushi Eno

> Modified: trunk/mcs/class/Npgsql/Npgsql/NpgsqlCommand.cs
> ===================================================================
> --- trunk/mcs/class/Npgsql/Npgsql/NpgsqlCommand.cs	2005-01-23 22:25:54 UTC (rev 39388)
> +++ trunk/mcs/class/Npgsql/Npgsql/NpgsqlCommand.cs	2005-01-23 22:26:28 UTC (rev 39389)
> @@ -31,7 +31,10 @@
>  using System.Collections;
>  
>  using NpgsqlTypes;
> +
> +#if !__MonoCS__
>  using Npgsql.Design;
> +#endif
>  
>  namespace Npgsql
>  {





More information about the Mono-devel-list mailing list