diff options
| author | skidau <skidau@gmail.com> | 2013-01-07 12:16:04 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2013-01-07 12:16:04 +1100 |
| commit | 6df1dacca8ffdf7109e0d914751eed6e8185b172 (patch) | |
| tree | 9441f182b12ed165462d9134216f73548bf68ad2 /Source/Core/Common | |
| parent | 7a957134968963a1c53f635afbb91c53b15d9e2b (diff) | |
OpenAL for Windows initial commit
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index 884a1e6c16..c3cab37dd8 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -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 |
