March 17, 2023 [Issue 23789] New: ImportC: __declspec(align(n)) | ||||
---|---|---|---|---|
| ||||
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@puremagic.com Reporter: maxsamukha@gmail.com Example from Windows SDK: typedef struct __declspec(align(16)) _M128A { ULONGLONG Low; LONGLONG High; } M128A, *PM128A; -- |
Copyright © 1999-2021 by the D Language Foundation