mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 00:09:16 +00:00
Replace __attribute__ with a macro from types.h
This commit is contained in:
@ -36,7 +36,7 @@ namespace NetworkEthernet
|
||||
uint48_t DestinationMAC : 48;
|
||||
uint48_t SourceMAC : 48;
|
||||
uint16_t Type;
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
struct EthernetPacket
|
||||
{
|
||||
|
Reference in New Issue
Block a user