mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +08:00
take out the msvc pragmas that cancel each other.leave only one pair around 3 structs.
This commit is contained in:
parent
43a06e8e37
commit
58d748a8ad
@ -81,13 +81,7 @@ struct icmp_echo_hdr {
|
|||||||
PACK_STRUCT_FIELD(u16_t seqno);
|
PACK_STRUCT_FIELD(u16_t seqno);
|
||||||
} PACK_STRUCT_STRUCT;
|
} PACK_STRUCT_STRUCT;
|
||||||
PACK_STRUCT_END
|
PACK_STRUCT_END
|
||||||
#ifdef PACK_STRUCT_USE_INCLUDES
|
|
||||||
# include "arch/epstruct.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PACK_STRUCT_USE_INCLUDES
|
|
||||||
# include "arch/bpstruct.h"
|
|
||||||
#endif
|
|
||||||
PACK_STRUCT_BEGIN
|
PACK_STRUCT_BEGIN
|
||||||
struct icmp_dur_hdr {
|
struct icmp_dur_hdr {
|
||||||
PACK_STRUCT_FIELD(u16_t _type_code);
|
PACK_STRUCT_FIELD(u16_t _type_code);
|
||||||
@ -95,13 +89,7 @@ struct icmp_dur_hdr {
|
|||||||
PACK_STRUCT_FIELD(u32_t unused);
|
PACK_STRUCT_FIELD(u32_t unused);
|
||||||
} PACK_STRUCT_STRUCT;
|
} PACK_STRUCT_STRUCT;
|
||||||
PACK_STRUCT_END
|
PACK_STRUCT_END
|
||||||
#ifdef PACK_STRUCT_USE_INCLUDES
|
|
||||||
# include "arch/epstruct.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PACK_STRUCT_USE_INCLUDES
|
|
||||||
# include "arch/bpstruct.h"
|
|
||||||
#endif
|
|
||||||
PACK_STRUCT_BEGIN
|
PACK_STRUCT_BEGIN
|
||||||
struct icmp_te_hdr {
|
struct icmp_te_hdr {
|
||||||
PACK_STRUCT_FIELD(u16_t _type_code);
|
PACK_STRUCT_FIELD(u16_t _type_code);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user