File kompozer-0.8b3-NS_DEFCALL.patch of Package kompozer
diff -uNr mozilla/xpcom/base/nscore.h mozillap/xpcom/base/nscore.h --- mozilla/xpcom/base/nscore.h 2009-05-02 19:43:48.000000000 +0300 +++ mozillap/xpcom/base/nscore.h 2013-01-16 21:06:27.681898857 +0200 @@ -182,7 +182,7 @@ #define NS_IMPORT_(type) NS_EXTERNAL_VIS_(type) #define NS_EXPORT NS_EXTERNAL_VIS #define NS_EXPORT_(type) NS_EXTERNAL_VIS_(type) -#define NS_IMETHOD_(type) virtual IMETHOD_VISIBILITY type NS_DEFCALL +#define NS_IMETHOD_(type) virtual type #define NS_IMETHODIMP_(type) type #define NS_METHOD_(type) type #define NS_CALLBACK_(_type, _name) _type (* _name)