#ifdef CantRenderReplacedElement() to be _WIN32 for the time being until

the Mac problems with the thread event queue are straightened out
This commit is contained in:
troy%netscape.com 1999-02-06 03:41:14 +00:00
Родитель bc177d49b3
Коммит b3b5969d0f
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1139,6 +1139,7 @@ NS_IMETHODIMP
PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
nsIFrame* aFrame)
{
#ifdef _WIN32
nsIEventQueueService* eventService;
nsresult rv;
@ -1160,7 +1161,7 @@ PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
PL_PostEvent(eventQueue, ev);
}
}
#endif
return rv;
}

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

@ -1139,6 +1139,7 @@ NS_IMETHODIMP
PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
nsIFrame* aFrame)
{
#ifdef _WIN32
nsIEventQueueService* eventService;
nsresult rv;
@ -1160,7 +1161,7 @@ PresShell::CantRenderReplacedElement(nsIPresContext* aPresContext,
PL_PostEvent(eventQueue, ev);
}
}
#endif
return rv;
}