[Issue 22727] New: ImportC: support for __stdcall and __fastcall is necessary for 32-bit Windows builds
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 2 15:15:56 UTC 2022
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: nobody at puremagic.com
Reporter: maxsamukha at gmail.com
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.
--
More information about the Digitalmars-d-bugs
mailing list