Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Moving more out of core and into drivers...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 4, 2006
1 parent de04797 commit 46bd258
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions src/audio/SDL_audio.c
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/audio/dart/SDL_dart.h
Expand Up @@ -29,6 +29,7 @@
#define INCL_DOSRESOURCES
#define INCL_DOSMISC
#define INCL_DOSERRORS
#define INCL_DOSPROCESS

#define INCL_OS2MM
#define INCL_MMIOOS2
Expand Down

0 comments on commit 46bd258

Please sign in to comment.