don't use SIOUX debug calls under osx (there is no sioux console).

This commit is contained in:
pinkerton%netscape.com 2001-04-17 03:20:30 +00:00
Родитель 4edcf85c62
Коммит 6dce43a706
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -75,7 +75,7 @@
#define botRight(r) (((Point *) &(r))[1])
#endif
#if DEBUG
#if DEBUG && !defined(MACOSX)
#include <SIOUX.h>
#include "macstdlibextras.h"
#endif
@ -356,7 +356,7 @@ void nsMacMessagePump::DispatchEvent(PRBool aRealEvent, EventRecord *anEvent)
if (aRealEvent == PR_TRUE)
{
#if DEBUG
#if DEBUG && !defined(MACOSX)
if ((anEvent->what != kHighLevelEvent) && SIOUXHandleOneEvent(anEvent))
return;
#endif