ifo_types.h | ifo_types.h | |||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
#include <inttypes.h> | #include <inttypes.h> | |||
#include "dvdread/dvd_reader.h" | #include "dvdread/dvd_reader.h" | |||
#undef ATTRIBUTE_PACKED | #undef ATTRIBUTE_PACKED | |||
#undef PRAGMA_PACK_BEGIN | #undef PRAGMA_PACK_BEGIN | |||
#undef PRAGMA_PACK_END | #undef PRAGMA_PACK_END | |||
#if defined(__GNUC__) | #if defined(__GNUC__) | |||
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) | #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) | |||
#define ATTRIBUTE_PACKED __attribute__ ((packed)) | #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) | |||
#define PRAGMA_PACK 0 | #define PRAGMA_PACK 0 | |||
#endif | #endif | |||
#endif | #endif | |||
#if !defined(ATTRIBUTE_PACKED) | #if !defined(ATTRIBUTE_PACKED) | |||
#define ATTRIBUTE_PACKED | #define ATTRIBUTE_PACKED | |||
#define PRAGMA_PACK 1 | #define PRAGMA_PACK 1 | |||
#endif | #endif | |||
#if PRAGMA_PACK | #if PRAGMA_PACK | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||