diff options
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index ffb0bf93dd..1265b27ae2 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -2,7 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. -#if defined HAVE_OPENAL && HAVE_OPENAL +#ifdef _WIN32 #include <climits> #include <cstring> @@ -347,4 +347,4 @@ void OpenALStream::SoundLoop() } } -#endif // HAVE_OPENAL +#endif // _WIN32 |
