File texlive-20110705-source-offset.patch of Package mingw32-texlive
diff -Naur texlive-20110705-source/libs/graphite/engine-2.3.1/include/graphite/GrPlatform.h texlive-20110705-source.offset/libs/graphite/engine-2.3.1/include/graphite/GrPlatform.h --- texlive-20110705-source/libs/graphite/engine-2.3.1/include/graphite/GrPlatform.h 2007-11-21 13:27:59.000000000 +0100 +++ texlive-20110705-source.offset/libs/graphite/engine-2.3.1/include/graphite/GrPlatform.h 2011-11-24 10:11:44.912532118 +0100 @@ -118,7 +118,7 @@ *************************************************************************************/ #if defined(_WIN32) #undef offsetof -#define offsetof(cls,fld) ((int)&((cls *)0)->fld) +#define offsetof(cls,fld) ((size_t)&((cls *)0)->fld) #endif // #ifndef NO_ASM