Mercurial > sdl-ios-xcode
diff src/audio/esd/SDL_esdaudio.c @ 1367:e440d5c488c1
Fixes for BeOS and Solaris builds
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Feb 2006 08:43:23 +0000 |
parents | 19418e4422cb |
children | c0a74f199ecf |
line wrap: on
line diff
--- a/src/audio/esd/SDL_esdaudio.c Thu Feb 16 23:32:39 2006 +0000 +++ b/src/audio/esd/SDL_esdaudio.c Fri Feb 17 08:43:23 2006 +0000 @@ -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 @@ /* We're ready to rock and roll. :-) */ return(0); } - -#endif /* ESD_SUPPORT */