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
