Commit 6c005e80 authored by Sam Lantinga's avatar Sam Lantinga

Fixed it Hayashi Naoyuki's way. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401346
parent 78516b56
...@@ -21,6 +21,15 @@ ...@@ -21,6 +21,15 @@
*/ */
/* Tru64 UNIX MME support */ /* Tru64 UNIX MME support */
#include <mme_api.h>
#include "SDL_stdlib.h"
#include "SDL_string.h"
#include "SDL_audio.h"
#include "SDL_mutex.h"
#include "SDL_timer.h"
#include "SDL_audio_c.h"
#include "SDL_mmeaudio.h" #include "SDL_mmeaudio.h"
static BOOL inUse[NUM_BUFFERS]; static BOOL inUse[NUM_BUFFERS];
......
...@@ -22,15 +22,6 @@ ...@@ -22,15 +22,6 @@
/* Allow access to a raw mixing buffer */ /* Allow access to a raw mixing buffer */
#include <mme_api.h>
#include "SDL_stdlib.h"
#include "SDL_string.h"
#include "SDL_audio.h"
#include "SDL_mutex.h"
#include "SDL_timer.h"
#include "SDL_audio_c.h"
#ifndef _SDL_lowaudio_h #ifndef _SDL_lowaudio_h
#define _SDL_lowaudio_h #define _SDL_lowaudio_h
#include "SDL_sysaudio.h" #include "SDL_sysaudio.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment