https://bugzilla.gdcproject.org/show_bug.cgi?id=302
--- Comment #5 from ARaspiK <aras...@protonmail.com> --- Perhaps a new extern(MS_ABI) or similar is needed. After all, the spec has declared extern(Windows) to be the same as extern(C) except in case of 32-bit, where it then uses stdcall. On other vendors, LDC will use ms_abi when compiled with -mtriple=x86_64-unknown-windows-coff, where ms_abi is specified with extern(C). -- You are receiving this mail because: You are watching all bug changes.