[Issue 23701] ImportC: __int64 is not documented as supported Visual C extension

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 1 06:55:37 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23701

--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to Iain Buclaw from comment #4)
> (In reply to Walter Bright from comment #3)
> > I take that back. importc.h has a #define for it:
> > 
> >     #define __int64 long long
> Should we be testing for things defined in `importc.h` then? :-)

We already do, but they are kinda sprinkled in among the .c and .i tests.

Not really sure if they should be documented with the compiler or not.

--


More information about the Digitalmars-d-bugs mailing list