From 1a44a5969fcc27528708c5bb39de2c0a73800813 Mon Sep 17 00:00:00 2001 From: "mozilla%weilbacher.org" Date: Mon, 8 Jan 2007 22:38:40 +0000 Subject: [PATCH] [OS/2] Bug 352860: do not include pure.h on OS/2 to get xulrunner building, p=abwillis1, r=mkaply --- xpcom/build/dlldeps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/build/dlldeps.cpp b/xpcom/build/dlldeps.cpp index 436e02b63c03..b74d78a82404 100644 --- a/xpcom/build/dlldeps.cpp +++ b/xpcom/build/dlldeps.cpp @@ -80,7 +80,7 @@ #include "nsStringEnumerator.h" #include "nsIInputStreamTee.h" #include "nsCheapSets.h" -#ifdef DEBUG +#if defined(DEBUG) && !defined(XP_OS2) #include "pure.h" #endif #include "nsHashKeys.h"