wrong ifdef. 25% increase in editor typing on windows r=ftang

This commit is contained in:
mjudge%netscape.com 2000-06-28 03:41:32 +00:00
Родитель 301653b08b
Коммит ec56b60700
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2346,7 +2346,7 @@ nsEditor::ForceCompositionEnd()
// flag for Unix.
// We should use nsILookAndFeel to resolve this
#if defined(XP_MAC) || defined(XP_WIN)
#if defined(XP_MAC) || defined(XP_PC)
if(! mInIMEMode)
return NS_OK;
#endif

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

@ -2346,7 +2346,7 @@ nsEditor::ForceCompositionEnd()
// flag for Unix.
// We should use nsILookAndFeel to resolve this
#if defined(XP_MAC) || defined(XP_WIN)
#if defined(XP_MAC) || defined(XP_PC)
if(! mInIMEMode)
return NS_OK;
#endif