From 590e0b314c65d6726aef816d093756cf6cfabe66 Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Wed, 15 Dec 2004 08:39:08 +0000 Subject: [PATCH] fixing thunderbird bustage (bug 273336) git-svn-id: svn://10.0.0.236/trunk@166740 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/public/msgCore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/base/public/msgCore.h b/mozilla/mailnews/base/public/msgCore.h index af10a19dd5a..8de1e973176 100644 --- a/mozilla/mailnews/base/public/msgCore.h +++ b/mozilla/mailnews/base/public/msgCore.h @@ -164,6 +164,7 @@ NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_MAILNEWS, value) #ifdef MOZ_STATIC_MAIL_BUILD #define NS_MSG_BASE +#define NS_MSG_BASE_STATIC_MEMBER_(type) type #else #ifdef _IMPL_NS_MSG_BASE