File mono-2.10.1-hide-pointer.patch of Package mingw32-mono
diff -Naur mono-2.10.1.orig/mono/metadata/boehm-gc.c mono-2.10.1/mono/metadata/boehm-gc.c --- mono-2.10.1.orig/mono/metadata/boehm-gc.c 2011-07-10 23:12:24.328109153 +0200 +++ mono-2.10.1/mono/metadata/boehm-gc.c 2011-07-11 11:48:27.039733697 +0200 @@ -10,6 +10,7 @@ #include <string.h> #define GC_I_HIDE_POINTERS +#define I_HIDE_POINTERS #include <mono/metadata/gc-internal.h> #include <mono/metadata/mono-gc.h> #include <mono/metadata/gc-internal.h>