diff -r 93b982ccede2 -r 5daf16870df6 src/gui/text/qfontdatabase_win.cpp --- a/src/gui/text/qfontdatabase_win.cpp Mon Jun 21 22:38:13 2010 +0100 +++ b/src/gui/text/qfontdatabase_win.cpp Thu Jul 22 16:41:55 2010 +0100 @@ -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