diff --git a/intern/SoundSystem/openal/SND_OpenALDevice.cpp b/intern/SoundSystem/openal/SND_OpenALDevice.cpp index 67c7f1f2362..3c55b1e77ca 100644 --- a/intern/SoundSystem/openal/SND_OpenALDevice.cpp +++ b/intern/SoundSystem/openal/SND_OpenALDevice.cpp @@ -59,7 +59,7 @@ #include /* untill openal gets unified we need this hack for non-windows systems */ -#ifndef WIN32 +#if !defined(WIN32) && !defined(ALC_MAJOR_VERSION) #include