Skip to content

Commit

Permalink
fix: Compatibility of __attribute__ ((__packed__)) with non-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Nov 1, 2024
1 parent d42a780 commit 196b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XVDTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ struct XvdHeader
// Note: seems like some bits are used in modern XVDs, but for unknown purposes
uint8_t reserved[XvdHeader_RESERVED];

} __attribute__ ((gcc_struct, __packed__));
} __attribute__ ((__packed__));

struct GUID
{
Expand Down

0 comments on commit 196b710

Please sign in to comment.