[Issue 12894] Make extern(Windows) behave like extern(C) on non-Windows systems
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jun 11 18:34:22 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12894
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to yebblies from comment #1)
> Have you forgotten about `extern(System)` ?
Yes :-)
But it isn't quite right, it should be equivalent to extern(C) for Win64, too.
And extern(Windows) is still pointless on non-Windows systems.
--
More information about the Digitalmars-d-bugs
mailing list