diff options
Diffstat (limited to 'www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc')
-rw-r--r-- | www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc b/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc index ed281efd9234..ebe5474ca275 100644 --- a/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc +++ b/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc @@ -1,11 +1,11 @@ ---- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Sun Jul 20 11:45:41 2003 -+++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Sun Jul 20 11:49:09 2003 +--- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 ++++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Fri Mar 19 15:58:14 2004 @@ -8,7 +8,7 @@ * 1 is AddRef * 2 is Release */ -#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) +#if !defined(__ia64) - XPTC_EXPORT NS_IMETHOD Stub3(); - XPTC_EXPORT NS_IMETHOD Stub4(); - XPTC_EXPORT NS_IMETHOD Stub5(); + NS_IMETHOD Stub3(); + NS_IMETHOD Stub4(); + NS_IMETHOD Stub5(); |