#7841 - Gordon - Thu Jun 26, 2003 1:35 pm
Dear Developer
Are there any replace ment of #pragma pack(push, 1) and #pragma pack(pop)?
eg.
Bye now!
Are there any replace ment of #pragma pack(push, 1) and #pragma pack(pop)?
eg.
Code: |
#parama pack(push, 1)
typedef sturct .. { } .., .. ; .. typedef sturct .. { } .., .. ; #pragma pack(pop) |
Bye now!