Thread overview
[Issue 15547] 64-bit struct alignment in core.sys.windows.setupapi inconsistent with msvc
Dec 17, 2022
Iain Buclaw
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15547

jiki@red.email.ne.jp changed:

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

--- Comment #1 from jiki@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.

--
June 07, 2016
https://issues.dlang.org/show_bug.cgi?id=15547

--- Comment #2 from jiki@red.email.ne.jp ---
(In reply to jiki from comment #1)
> 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" )

This PR has been merged.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=15547

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

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

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17148

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--