mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-20 17:51:02 +00:00
Move Windows only OpenAL files to sys/win32/
This commit is contained in:
parent
bd1fe41b0e
commit
b54bc73532
5 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
|
|
|
@ -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; } }
|
||||
|
|
Loading…
Reference in a new issue