OpenAL for Windows initial commit

This commit is contained in:
skidau
2013-01-07 12:16:04 +11:00
parent 7a95713496
commit 6df1dacca8
16 changed files with 2445 additions and 23 deletions

View File

@ -81,8 +81,9 @@ private:
#define GC_ALIGNED16_DECL(x) __declspec(align(16)) x
#define GC_ALIGNED64_DECL(x) __declspec(align(64)) x
// Since it is always around on windows
// Since they are always around on windows
#define HAVE_WX 1
#define HAVE_OPENAL 1
#define HAVE_PORTAUDIO 1