diff options
Diffstat (limited to 'www/firefox-esr/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc')
-rw-r--r-- | www/firefox-esr/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/www/firefox-esr/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc new file mode 100644 index 000000000000..94ae99042c41 --- /dev/null +++ b/www/firefox-esr/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc @@ -0,0 +1,11 @@ +--- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Sun Feb 1 15:39:59 2004 ++++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Sun Feb 1 15:40:11 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(); |