Fixes for BeOS and Solaris builds

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401371
This commit is contained in:
Sam Lantinga 2006-02-17 08:43:23 +00:00
parent 24728c6813
commit 0449d3bfca
11 changed files with 38 additions and 335 deletions

View file

@ -24,14 +24,14 @@
#include <SoundPlayer.h>
#include "SDL_BeApp.h"
#include "../../main/beos/SDL_BeApp.h"
extern "C" {
#include "SDL_audio.h"
#include "../SDL_audio_c.h"
#include "../SDL_sysaudio.h"
#include "../../thread/SDL_systhread_c.h"
#include "../../thread/beos/SDL_systhread_c.h"
#include "SDL_beaudio.h"

View file

@ -22,10 +22,7 @@
/* Allow access to an ESD network stream mixing buffer */
#ifdef ESD_SUPPORT
#include <errno.h>
#include <esd.h>
#include "SDL_timer.h"
@ -320,5 +317,3 @@ static int ESD_OpenAudio(_THIS, SDL_AudioSpec *spec)
/* We're ready to rock and roll. :-) */
return(0);
}
#endif /* ESD_SUPPORT */