Move Windows only OpenAL files to sys/win32/

This commit is contained in:
dhewg 2011-12-11 15:28:07 +01:00
parent bd1fe41b0e
commit b54bc73532
5 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ If you have questions concerning this license or the applicable additional terms
#ifdef _WIN32
#include "../openal/include/al.h"
#include "../openal/include/alc.h"
#include "../openal/idal.h"
#include "../sys/win32/idal.h"
// broken OpenAL SDK ?
#define ID_ALCHAR (ALubyte *)
#elif defined( MACOS_X )

View file

@ -36,7 +36,7 @@ If you have questions concerning this license or the applicable additional terms
#include "../../sound/snd_local.h"
#include "win_local.h"
#include "../../openal/idal.cpp"
#include "idal.cpp"
#define SAFE_DELETE(p) { if(p) { delete (p); (p)=NULL; } }
#define SAFE_DELETE_ARRAY(p) { if(p) { delete[] (p); (p)=NULL; } }