68e3c7d8e1
* Fix a potential hang with esound * Fix some potential pthread issues * Add more platform compatibility patches * Fix libiconv support * Pull in some patches from firefox to shorten the plist some Special thanks to ale for getting a clean source tarball and hosting it. For the details on what's new in the release, please see: http://www.mozilla.org/projects/thunderbird/release-notes.html
11 lines
398 B
C++
11 lines
398 B
C++
--- 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();
|