Peter Van der Beken wrote:
"NS_IMETHOD(Foo*) Bar() = 0;" is equivalent to "virtual Foo* Bar() = 0;". So just write the non-macro version. It's no more verbose and avoids using a macro.

So we don't need __stdcall on Windows anymore?

I think Robert was referring to the parts of the "interface" that only get called from the same library (very common with interfaces that need deCOMtamination).


-Boris

_______________________________________________
Mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to