Mercurial > sdl-ios-xcode
diff src/audio/SDL_sysaudio.h @ 21:75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:13:29 +0000 |
parents | 74212992fb08 |
children | d3bc792e136d |
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h Thu May 10 20:10:54 2001 +0000 +++ b/src/audio/SDL_sysaudio.h Thu May 10 20:13:29 2001 +0000 @@ -126,14 +126,17 @@ #ifdef ENABLE_WINDIB extern AudioBootStrap WAVEOUT_bootstrap; #endif +#ifdef _AIX +extern AudioBootStrap Paud_bootstrap; +#endif #ifdef __BEOS__ extern AudioBootStrap BAUDIO_bootstrap; #endif #if defined(macintosh) || TARGET_API_MAC_CARBON extern AudioBootStrap SNDMGR_bootstrap; #endif -#ifdef _AIX -extern AudioBootStrap Paud_bootstrap; +#ifdef ENABLE_AHI +extern AudioBootStrap AHI_bootstrap; #endif /* This is the current audio device */