www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16007] New: Some Win32 API structs has wrong definitions

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

          Issue ID: 16007
           Summary: Some Win32 API structs has wrong definitions
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: jiki red.email.ne.jp

I'm verifying the sizes of the structs in Win32 headers.
This is the first PR of problems I found.

For instance:
- Simply missing fileds or structs
- Unions has orphan structs which do not get instances
- Asymmetric pairs for x86/x64
- Asymmetric pair for ANSI/Unicode

--
May 09 2016