[4suite] [Fwd: RE: 4Suite documentation offline?]

Martin v. Loewis martin at v.loewis.de
Tue Jul 2 01:12:53 MDT 2002


"Lenz, Evan" <lenze at seattleu.edu> writes:

> Index: expat.h
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Modules/expat/expat.h,v
> retrieving revision 1.2
> diff -u -r1.2 expat.h
> --- expat.h     13 Feb 2002 07:47:16 -0000      1.2
> +++ expat.h     1 May 2002 14:26:10 -0000
> @@ -9,7 +9,7 @@
>  #include <stdlib.h>
> 
>  #ifndef XMLPARSEAPI
> -#  if defined(__declspec) && !defined(__BEOS__)
> +#  if defined(__declspec) && !defined(__BEOS__) && !defined(__CYGWIN__)
>  #    define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl
>  #  else
>  #    define XMLPARSEAPI(type) type
> 
> </patch>

Please don't post patches to the mailing list; post them to
sf.net/projects/pyxml instead.

Regards,
Martin



More information about the 4suite mailing list