Definition of extern(System)?

Jonathan M Davis jmdavisProg at gmx.com
Wed Jan 25 15:35:29 PST 2012


On Wednesday, January 25, 2012 22:31:19 Mike Wey wrote:
> On 01/25/2012 05:39 AM, Jonathan M Davis wrote:
> > As http://d.puremagic.com/issues/show_bug.cgi?id=4788 points out,
> > extern(System) isn't properly documented, so I have no idea what it
> > translates to. Does anyone know what exactly it translates to on
> > Linux/Posix and Windows?
> > 
> > - Jonathan M Davis
> 
> extern(Windows) on windows and extern(C) on everything else.

But it doesn't include export in with the extern(Windows)?

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list