src/gui/text/qfontdatabase_win.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- 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