"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?
Peter
_______________________________________________ Mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
