Fix bustage in bad preprocessor syntax.

This commit is contained in:
dbaron%fas.harvard.edu 2002-01-16 03:50:10 +00:00
parent 5491e0a08e
commit b89e022016
2 changed files with 2 additions and 2 deletions

View File

@ -2727,7 +2727,7 @@ nsOutlinerBodyFrame::ScrollInternal(PRInt32 aRow)
Invalidate();
else if (mOutlinerWidget) {
mOutlinerWidget->Scroll(0, -delta*rowHeightAsPixels, nsnull);
#ifdef XP_MAC || defined(XP_MACOSX)
#if defined(XP_MAC) || defined(XP_MACOSX)
// mac can't process the event loop during a drag, so if we're dragging,
// update outliner widget synchronously.
if (mDragSession)

View File

@ -2727,7 +2727,7 @@ nsOutlinerBodyFrame::ScrollInternal(PRInt32 aRow)
Invalidate();
else if (mOutlinerWidget) {
mOutlinerWidget->Scroll(0, -delta*rowHeightAsPixels, nsnull);
#ifdef XP_MAC || defined(XP_MACOSX)
#if defined(XP_MAC) || defined(XP_MACOSX)
// mac can't process the event loop during a drag, so if we're dragging,
// update outliner widget synchronously.
if (mDragSession)