changeset 3802:cef5d927591f SDL-ryan-multiple-audio-device

Moving more out of core and into drivers...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 21:58:48 +0000
parents e17a59e6aff6
children 3decf9cdeb63
files src/audio/SDL_audio.c src/audio/dart/SDL_dart.h
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Wed Oct 04 21:54:57 2006 +0000
+++ b/src/audio/SDL_audio.c	Wed Oct 04 21:58:48 2006 +0000
@@ -28,12 +28,6 @@
 #include "SDL_audiomem.h"
 #include "SDL_sysaudio.h"
 
-#ifdef __OS2__
-/* We'll need the DosSetPriority() API! */
-#define INCL_DOSPROCESS
-#include <os2.h>
-#endif
-
 #define _THIS	SDL_AudioDevice *this
 
 static SDL_AudioDriver current_audio;
--- a/src/audio/dart/SDL_dart.h	Wed Oct 04 21:54:57 2006 +0000
+++ b/src/audio/dart/SDL_dart.h	Wed Oct 04 21:58:48 2006 +0000
@@ -29,6 +29,7 @@
 #define INCL_DOSRESOURCES
 #define INCL_DOSMISC
 #define INCL_DOSERRORS
+#define INCL_DOSPROCESS
 
 #define INCL_OS2MM
 #define INCL_MMIOOS2