Added detection of Open Sound System on Solaris x86
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4036
This commit is contained in:
parent
0445aeab47
commit
09112109c3
6 changed files with 14 additions and 52 deletions
|
@ -39,21 +39,7 @@ static char rcsid =
|
|||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
#ifdef linux
|
||||
#include <linux/soundcard.h>
|
||||
#endif
|
||||
#ifdef __bsdi__
|
||||
#include <sys/soundcard.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
#include <machine/soundcard.h>
|
||||
#endif
|
||||
#ifdef __OpenBSD__
|
||||
#include <soundcard.h>
|
||||
#endif
|
||||
#ifdef __USLC__
|
||||
#include <sys/soundcard.h>
|
||||
#endif
|
||||
|
||||
#ifndef MAP_FAILED
|
||||
#define MAP_FAILED ((Uint8 *)-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue