Bug 468387. (reland) Fix Windows Mobile bustage. r=blassey

This commit is contained in:
John Daggett 2009-04-02 17:08:11 +09:00
Родитель 2417e8dbfb
Коммит bd46fbc500
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -775,7 +775,11 @@ gfxWindowsPlatform::MakePlatformFont(const gfxProxyFontEntry *aProxyEntry,
nsISupports *aLoader,
const PRUint8 *aFontData, PRUint32 aLength)
{
#ifdef MOZ_FT2_FONTS
return FontEntry::CreateFontEntry(*aProxyEntry, aLoader, aFontData, aLength);
#else
return FontEntry::LoadFont(*aProxyEntry, aLoader, aFontData, aLength);
#endif
}
PRBool