equal
deleted
inserted
replaced
34 #include <os2.h> |
34 #include <os2.h> |
35 #endif |
35 #endif |
36 |
36 |
37 /* Available audio drivers */ |
37 /* Available audio drivers */ |
38 static AudioBootStrap *bootstrap[] = { |
38 static AudioBootStrap *bootstrap[] = { |
39 #if SDL_AUDIO_DRIVER_OPENBSD |
39 #if SDL_AUDIO_DRIVER_BSD |
40 &OPENBSD_AUDIO_bootstrap, |
40 &BSD_AUDIO_bootstrap, |
41 #endif |
41 #endif |
42 #if SDL_AUDIO_DRIVER_OSS |
42 #if SDL_AUDIO_DRIVER_OSS |
43 &DSP_bootstrap, |
43 &DSP_bootstrap, |
44 &DMA_bootstrap, |
44 &DMA_bootstrap, |
45 #endif |
45 #endif |