Cross compiling for Xming.exe since Mesa merge

Alan Hourihane alanh at fairlite.demon.co.uk
Thu Aug 25 11:06:56 PDT 2005


On Thu, 2005-08-25 at 18:39 +0100, Colin Harrison wrote:
> Hi,
> 
> Alan Hourihane said:
> 
> > Are you sure that the #undef PURE is needed ??
> 
> Your right, that simplifies the indirect_size patches to:

Great. I'll apply this.

Thanks,

Alan.

> --- ./extras/Mesa/src/glx/x11/save_indirect_size.h      2005-08-25
> 18:19:32.000000000 +0100
> +++ ./extras/Mesa/src/glx/x11/indirect_size.h   2005-08-25
> 18:34:51.000000000 +0100
> @@ -54,7 +54,7 @@
>  #    define INTERNAL
>  #  endif
> 
> -#  ifdef __CYGWIN__
> +#  if defined(__CYGWIN__) || defined(__MINGW32__)
>  #    undef FASTCALL
>  #    define FASTCALL
>  #    undef INTERNAL
> 
> and
> 
> --- ./extras/Mesa/src/glx/x11/save_indirect_size.c      2005-08-25
> 18:19:39.000000000 +0100
> +++ ./extras/Mesa/src/glx/x11/indirect_size.c   2005-08-25
> 18:35:29.000000000 +0100
> @@ -51,7 +51,7 @@
>  #    define INTERNAL
>  #  endif
> 
> -#  ifdef __CYGWIN__
> +#  if defined(__CYGWIN__) || defined(__MINGW32__)
>  #    undef FASTCALL
>  #    define FASTCALL
>  #    undef HAVE_ALIAS
> 
> 
> Thanks
> 
> Colin
> 
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg



More information about the xorg mailing list