[Issue 24506] importC: illegal combination of type specifiers __extension__ typedef long long

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 15 18:20:44 UTC 2024


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

feklushkin.denis at gmail.com changed:

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

--- Comment #1 from feklushkin.denis at gmail.com ---
I mixed up a separate preprocessor and importC facility

importC isn't supports any extensions, but internal preprocessor does.
Preprocessor should be called for each file manually.

--


More information about the Digitalmars-d-bugs mailing list