зеркало из https://github.com/mozilla/gecko-dev.git
don't use SIOUX debug calls under osx (there is no sioux console).
This commit is contained in:
Родитель
4edcf85c62
Коммит
6dce43a706
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче