comparison plugin/api/alsa/seq_event.h @ 1218:6b847a59d908 msvc2015_64

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 15:54:56 +0100
parents da6937383da8
children 48e9f538e6e9
comparison
equal deleted inserted replaced
1217:046f05fa31f3 1218:6b847a59d908
319 319
320 /** external stored data */ 320 /** external stored data */
321 typedef struct snd_seq_ev_ext { 321 typedef struct snd_seq_ev_ext {
322 unsigned int len; /**< length of data */ 322 unsigned int len; /**< length of data */
323 void *ptr; /**< pointer to data (note: can be 64-bit) */ 323 void *ptr; /**< pointer to data (note: can be 64-bit) */
324 } __attribute__((packed)) snd_seq_ev_ext_t; 324 }
325 #ifdef __GNUC__
326 __attribute__((packed))
327 #endif
328 snd_seq_ev_ext_t;
325 329
326 /** Instrument cluster type */ 330 /** Instrument cluster type */
327 typedef unsigned int snd_seq_instr_cluster_t; 331 typedef unsigned int snd_seq_instr_cluster_t;
328 332
329 /** Instrument type */ 333 /** Instrument type */