bug 548863 - eliminate warning about CreateFontInstance on mobile. r=jdaggett

This commit is contained in:
Jonathan Kew 2010-03-10 12:46:36 +00:00
Родитель 381071a7d1
Коммит 5058eb564c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1428,7 +1428,7 @@ gfxFontGroup::BuildFontList()
{
// "#if" to be removed once all platforms are moved to gfxPlatformFontList interface
// and subclasses of gfxFontGroup eliminated
#if defined(XP_MACOSX) || defined(XP_WIN)
#if defined(XP_MACOSX) || (defined(XP_WIN) && !defined(WINCE))
ForEachFont(FindPlatformFont, this);
if (mFonts.Length() == 0) {