diff -r cc75c76972ee -r c0432d11811c src/gui/text/qfontengine_win_p.h --- a/src/gui/text/qfontengine_win_p.h Wed Apr 21 12:15:23 2010 +0300 +++ b/src/gui/text/qfontengine_win_p.h Wed Apr 21 20:15:53 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();