[Issue 23789] New: ImportC: __declspec(align(n))

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 17 09:03:06 UTC 2023


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

          Issue ID: 23789
           Summary: ImportC: __declspec(align(n))
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Keywords: ImportC
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: maxsamukha at gmail.com

Example from Windows SDK:

typedef struct __declspec(align(16)) _M128A {
    ULONGLONG Low;
    LONGLONG High;
} M128A, *PM128A;

--


More information about the Digitalmars-d-bugs mailing list