comparison src/audio/dma/SDL_dmaaudio.c @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children d3bc792e136d
comparison
equal deleted inserted replaced
0:74212992fb08 1:cf2af46e9e2a
45 #ifdef __bsdi__ 45 #ifdef __bsdi__
46 #include <sys/soundcard.h> 46 #include <sys/soundcard.h>
47 #endif 47 #endif
48 #ifdef __FreeBSD__ 48 #ifdef __FreeBSD__
49 #include <machine/soundcard.h> 49 #include <machine/soundcard.h>
50 #endif
51 #ifdef __OpenBSD__
52 #include <soundcard.h>
50 #endif 53 #endif
51 #ifdef __USLC__ 54 #ifdef __USLC__
52 #include <sys/soundcard.h> 55 #include <sys/soundcard.h>
53 #endif 56 #endif
54 57