Browse Source

POST_PACKED_STRUCTURE used for jack_latency_range_t type.

pull/11/head
Stephane Letz 13 years ago
parent
commit
3bcc6b95d2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      systemdeps.h

+ 3
- 0
systemdeps.h 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


Loading…
Cancel
Save