Cross compiling for Xming.exe since Mesa merge
Colin Harrison
colin.harrison at virgin.net
Thu Aug 25 10:39:53 PDT 2005
Hi,
Alan Hourihane said:
> Are you sure that the #undef PURE is needed ??
Your right, that simplifies the indirect_size patches to:
--- ./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
More information about the xorg
mailing list