POST_PACKED_STRUCTURE used for jack_latency_range_t type.

This commit is contained in:
Stephane Letz 2012-03-15 17:39:18 +01:00 committed by Filipe Coelho
parent 0108095550
commit 45d0a8e4fc
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#define POST_PACKED_STRUCTURE ;__pragma(pack(pop))
/* and POST_PACKED_STRUCTURE needs to be a macro which
restores the packing to its previous setting */
#else
#define PRE_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE
#endif
#endif