packoff.h 207 B

1234567
  1. // Restore structures alignment turned off by packon.h
  2. #ifndef __VIC_STRUCT_PACK_ENABLED
  3. #error __vic/packoff.h without corresponging __vic/packon.h
  4. #endif
  5. #pragma pack(pop)
  6. #undef __VIC_STRUCT_PACK_ENABLED