On 09/18/2011 11:04 PM, Daniel Murphy wrote: > "Ellery Newcomer" <[email protected]> wrote in message > news:[email protected]... >> Just came across some old D code that does this: >> >> version(linux){ >> extern(C): >> } >> > > Are the prototypes extern(Windows) when not on linux, by any chance? That > is the only combination I've ever had to use, and is supported by > extern(System). > >
yep. didn't know about System. Thanks.
