[Issue 15547] 64-bit struct alignment in core.sys.windows.setupapi inconsistent with msvc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 22 16:38:59 PDT 2016


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

jiki at red.email.ne.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jiki at red.email.ne.jp

--- Comment #1 from jiki at red.email.ne.jp ---
We can get a work around with string mixin( though a bit ugly hack).

See my PR for issue 16049.
https://github.com/dlang/druntime/pull/1576
(including "Add AlignedStr helper and fix setupapi" )

Otherwise, an old enhancement request of issue 9766 could resolve this simply.

--


More information about the Digitalmars-d-bugs mailing list