[Bug 38149] New: Wrong alignment for D3D structures

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 24 10:33:14 CST 2015


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 at winehq.org
          Reporter: Christoph at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list