Thread overview
[Issue 16049] core.sys.windows structs have wrong sizes and aligns
May 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16049

jiki@red.email.ne.jp changed:

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

--- Comment #1 from jiki@red.email.ne.jp ---
done
https://github.com/dlang/druntime/pull/1576

--
May 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16049

--- Comment #2 from jiki@red.email.ne.jp ---
(In reply to jiki from comment #1)
> done
> https://github.com/dlang/druntime/pull/1576

Note that I deferred to commit a module MMSYSTEM
because it gets many conflicts with/without my previous commit #1574 for issue
15959.

--
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16049

--- Comment #3 from jiki@red.email.ne.jp ---
(In reply to jiki from comment #2)
> Note that I deferred to commit a module MMSYSTEM
> because it gets many conflicts with/without my previous commit #1574 for
> issue 15959.

Fixed.

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

--- Comment #4 from jiki@red.email.ne.jp ---
Created attachment 1599
  --> https://issues.dlang.org/attachment.cgi?id=1599&action=edit
verification tool for struct sizes

Attached my verification tool. (nearly plain list of structs) This is intended to work with my custom druntime repo. Please see readme in zip.

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

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/81a6a644038b805357bc966e67c701c1e40fde33 Merge pull request #1576 from qchikara/pr-win32-align

Fix issue 16049 - core.sys.windows structs have wrong sizes and aligns

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=16049

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/81a6a644038b805357bc966e67c701c1e40fde33 Merge pull request #1576 from qchikara/pr-win32-align

--