Mercurial > hg > svcore
diff plugin/api/alsa/seq_event.h @ 1221:a1b97df9962e 3.0-integration
Merge from branch msvc2015_64
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2016 11:16:22 +0100 |
parents | 6b847a59d908 |
children | 48e9f538e6e9 |
line wrap: on
line diff
--- a/plugin/api/alsa/seq_event.h Tue Oct 18 14:03:35 2016 +0100 +++ b/plugin/api/alsa/seq_event.h Thu Oct 20 11:16:22 2016 +0100 @@ -321,7 +321,11 @@ typedef struct snd_seq_ev_ext { unsigned int len; /**< length of data */ void *ptr; /**< pointer to data (note: can be 64-bit) */ -} __attribute__((packed)) snd_seq_ev_ext_t; +} +#ifdef __GNUC__ +__attribute__((packed)) +#endif +snd_seq_ev_ext_t; /** Instrument cluster type */ typedef unsigned int snd_seq_instr_cluster_t;