Thread overview
[Issue 24304] __uint16_t, __uint32_t, __uint64_t are not recognized
Dec 27, 2023
Walter Bright
Dec 27, 2023
Dlang Bot
Dec 27, 2023
Walter Bright
Dec 27, 2023
Dlang Bot
December 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24304

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC

--
December 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24304

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15956 "fix Issue 24304 - __uint16_t, __uint32_t, __uint64_t are not recognized" fixing this issue:

- fix Issue 24304 - __uint16_t, __uint32_t, __uint64_t are not recognized

https://github.com/dlang/dmd/pull/15956

--
December 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24304

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
ng discussion:

https://www.digitalmars.com/d/archives/digitalmars/D/Generating_.di_header_files_from_ImportC_files_370726.html#N371317

--
December 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24304

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15956 "fix Issue 24304 - __uint16_t, __uint32_t, __uint64_t are not recognized" was merged into master:

- c1aa39f4e3c877b11e8629e16136bf9279676f91 by Walter Bright:
  fix Issue 24304 - __uint16_t, __uint32_t, __uint64_t are not recognized

https://github.com/dlang/dmd/pull/15956

--