6125fcff5f
* Build the chrome and component registries in a pkg-install script so that the resulting paths are correct [1] For a list of all the changes in 1.7, see http://www.mozilla.org/releases/mozilla1.7. This port features support for the GSSAPI extension as well as optional gnome-vfs support. PR: 65590 [1] Submitted by: thierry [1]
11 lines
362 B
C++
11 lines
362 B
C++
--- 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)
|
|
NS_IMETHOD Stub3();
|
|
NS_IMETHOD Stub4();
|
|
NS_IMETHOD Stub5();
|