pub const IMAGE_SCN_TYPE_NO_PAD: u32 = 0x0000_0008;
Expand description

The section should not be padded to the next boundary. This flag is obsolete and is replaced by IMAGE_SCN_ALIGN_1BYTES. This is valid only for object files.