extern(Windows) behavior on non-Windows systems
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jun 11 16:27:11 PDT 2014
On 6/11/2014 4:17 PM, Iain Buclaw via Digitalmars-d wrote:
> I'd doubt there's be anyone that uses extern(Windows) on non-windows
> systems, but there may be people who wish to force stdcall for
> whatever reason. Currently, extern(C) on Windows could either be a
> stdcall, cdecl or thiscall function.
>
Even Microsoft gave up on stdcall for Win64 and uses the C convention.
More information about the Digitalmars-d
mailing list