diff -r fcece45ef507 -r 79de32ba3296 src/gui/text/qfontengine_win_p.h --- a/src/gui/text/qfontengine_win_p.h Mon May 03 13:17:34 2010 +0300 +++ b/src/gui/text/qfontengine_win_p.h Fri May 14 16:40:13 2010 +0300 @@ -106,7 +106,9 @@ virtual QImage alphaMapForGlyph(glyph_t, const QTransform &xform); virtual QImage alphaRGBMapForGlyph(glyph_t t, int margin, const QTransform &xform); +#ifndef Q_CC_MINGW virtual void getGlyphBearings(glyph_t glyph, qreal *leftBearing = 0, qreal *rightBearing = 0); +#endif int getGlyphIndexes(const QChar *ch, int numChars, QGlyphLayout *glyphs, bool mirrored) const; void getCMap();