Chris Miller wrote: > How can I make a stdcall function on Linux with DMD? extern(Windows) > works, but it gives it DMC's Windows name mangling (e.g. foo at 4) that is > not compatible with Linux' stdcall C functions. I didn't know Linux even had stdcall C functions.