河北水利局项目
This commit is contained in:
33
Common/ethernet/FreeTCPIP/net/pack_struct_end.h
Normal file
33
Common/ethernet/FreeTCPIP/net/pack_struct_end.h
Normal file
@@ -0,0 +1,33 @@
|
||||
#ifdef __GNUC__
|
||||
__attribute__( (packed) );
|
||||
#endif
|
||||
|
||||
#ifdef _SH
|
||||
#ifdef __RENESAS__
|
||||
;
|
||||
#pragma unpack
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __RX
|
||||
#ifdef __RENESAS__
|
||||
;
|
||||
/* Nothing to do. */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __ICCRX__
|
||||
;
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
||||
#ifdef __ICCARM__
|
||||
;
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __CC_ARM
|
||||
;
|
||||
#endif
|
||||
Reference in New Issue
Block a user