From 341fd4cf3a3dd4d66ae1af25b113409f3cbe2475 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Fri, 16 Apr 1999 22:53:11 +0000 Subject: [PATCH] remove my XP_UNIX Bool hack --- mailnews/mime/src/nsMimeFactory.cpp | 5 ----- mailnews/mime/src/plugin_inst.cpp | 5 ----- 2 files changed, 10 deletions(-) diff --git a/mailnews/mime/src/nsMimeFactory.cpp b/mailnews/mime/src/nsMimeFactory.cpp index 8e00be95217b..27ddecf79a0b 100644 --- a/mailnews/mime/src/nsMimeFactory.cpp +++ b/mailnews/mime/src/nsMimeFactory.cpp @@ -28,11 +28,6 @@ #include "plugin_inst.h" #include "nsIMsgHeaderParser.h" -/* net.h includes xp_core.h which has trouble with "Bool" */ -#ifdef XP_UNIX -#undef Bool -#endif - static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID); /* diff --git a/mailnews/mime/src/plugin_inst.cpp b/mailnews/mime/src/plugin_inst.cpp index db7c3e764986..ff0e0689c462 100644 --- a/mailnews/mime/src/plugin_inst.cpp +++ b/mailnews/mime/src/plugin_inst.cpp @@ -28,11 +28,6 @@ // Need this for FO_NGLAYOUT #include "net.h" -/* net.h includes xp_core.h which has trouble with "Bool" */ -#ifdef XP_UNIX -#undef Bool -#endif - // // This should be passed in somehow, but for now, lets just // hardcode this stuff.