diff -r b72c6db6890b -r 5dc02b23752f src/gui/text/qfontdatabase_win.cpp --- a/src/gui/text/qfontdatabase_win.cpp Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/text/qfontdatabase_win.cpp Tue Jul 06 15:10:48 2010 +0300 @@ -1111,7 +1111,6 @@ if (AddFontResource((LPCWSTR)fnt->fileName.utf16()) == 0) return; #else - // supported from 2000 on, so no need to deal with the *A variant PtrAddFontResourceExW ptrAddFontResourceExW = (PtrAddFontResourceExW)QLibrary::resolve(QLatin1String("gdi32"), "AddFontResourceExW"); if (!ptrAddFontResourceExW