From 43eda5dfdaa09a362e7592e63e240247fb1e9a56 Mon Sep 17 00:00:00 2001 From: sfraser Date: Thu, 28 May 1998 20:10:18 +0000 Subject: [PATCH] Don't define MOZILLA_CLIENT again (on the Mac), fer cryin' out loud git-svn-id: svn://10.0.0.236/trunk@2557 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/xml/glue/xmlglue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/xml/glue/xmlglue.h b/mozilla/modules/xml/glue/xmlglue.h index 07f4ad78e8f..6871429103e 100644 --- a/mozilla/modules/xml/glue/xmlglue.h +++ b/mozilla/modules/xml/glue/xmlglue.h @@ -25,8 +25,8 @@ #endif #include "xmlparse.h" -#define MOZILLA_CLIENT 1 -#ifdef XP_MAC + +#ifndef XP_MAC #define MOZILLA_CLIENT 1 #endif