https://issues.dlang.org/show_bug.cgi?id=22727
Issue ID: 22727
Summary: ImportC: support for __stdcall and __fastcall is
necessary for 32-bit Windows builds
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Keywords: ImportC
Severity: major
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
One may get away with defining __fastcall as empty and warning the user not to
call the functions directly. __stdcall is obviously necessary because most
Windows APIs use that.
--