Interfacing with XPCOM

Walter Bright newshound1 at digitalmars.com
Sun Nov 30 18:53:20 PST 2008


John Reimer wrote:
> So extern(System) does not translate to extern(C)?   Does that mean that 
> all extern(System)'s in my code are defaulting to extern(D)?
> 
> That'd be a shocker to me. :)  If that's true, it would certainly change 
> my understanding of what I thought was making my code work. :D

No, extern(System) does on linux just what it does on windows, it's just 
that there's no point to it on linux.



More information about the Digitalmars-d mailing list