https://bugs.winehq.org/show_bug.cgi?id=38149
Bug ID: 38149 Summary: Wrong alignment for D3D structures Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: Christoph@ApiViewer.de Distribution: ---
Wrong alignment for some D3D structures
Windows uses #pragma pack(4) for D3D structures.
sizeof(D3DADAPTER_IDENTIFIER9)
Windows: 1100 Wine: 1104
sizeof(D3DPRESENTSTATS)
Windows: 28 Wine: 32
https://bugs.winehq.org/show_bug.cgi?id=38149
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matteo.mystral@gmail.com
--- Comment #1 from Matteo Bruni matteo.mystral@gmail.com --- You are correct indeed. Thanks for the heads up, I'm going to send a patch unless somebody beats me to it.
https://bugs.winehq.org/show_bug.cgi?id=38149
--- Comment #2 from Matteo Bruni matteo.mystral@gmail.com --- It should be fixed by 41556170f231aa6ae6a5e227d8e030cf941817e0.
https://bugs.winehq.org/show_bug.cgi?id=38149
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |41556170f231aa6ae6a5e227d8e | |030cf941817e0 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Matteo Bruni from comment #2)
It should be fixed by 41556170f231aa6ae6a5e227d8e030cf941817e0.
Assuming fixed.
https://bugs.winehq.org/show_bug.cgi?id=38149
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.44.