On Thursday, 25 May 2017 at 01:25:44 UTC, aki wrote: > align(1) struct WAVEFORMATEX { align(1) on the outside removes padding from the end. You also need `align(1):` on the inside to move all the padding to the end. align(1) struct NAME { align(1): members }