sndio: Fix for some platforms (Linux, for example) that don't define INFTIM.
Fixes Bugzilla #3712. --HG-- extra : histedit_source : af73344d6ccf91bdbe8413d017899fdd91c8e84f
This commit is contained in:
parent
429808fe36
commit
187fea6b1b
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
#include "SDL_loadso.h"
|
||||
#endif
|
||||
|
||||
#ifndef INFTIM
|
||||
#define INFTIM -1
|
||||
#endif
|
||||
|
||||
static struct sio_hdl * (*SNDIO_sio_open)(const char *, unsigned int, int);
|
||||
static void (*SNDIO_sio_close)(struct sio_hdl *);
|
||||
static int (*SNDIO_sio_setpar)(struct sio_hdl *, struct sio_par *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue