diff -r cc75c76972ee -r c0432d11811c src/gui/text/qfontengine_win.cpp --- a/src/gui/text/qfontengine_win.cpp Wed Apr 21 12:15:23 2010 +0300 +++ b/src/gui/text/qfontengine_win.cpp Wed Apr 21 20:15:53 2010 +0300 @@ -654,6 +654,7 @@ static const int char_table_entries = sizeof(char_table)/sizeof(ushort); +#ifndef Q_CC_MINGW void QFontEngineWin::getGlyphBearings(glyph_t glyph, qreal *leftBearing, qreal *rightBearing) { HDC hdc = shared_dc(); @@ -678,6 +679,7 @@ } #endif } +#endif // Q_CC_MINGW qreal QFontEngineWin::minLeftBearing() const {