diff options
Diffstat (limited to 'src/client/qal.h')
-rw-r--r-- | src/client/qal.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/client/qal.h b/src/client/qal.h index a2b5d247..d5ffd9ab 100644 --- a/src/client/qal.h +++ b/src/client/qal.h @@ -34,19 +34,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define ALC_NO_PROTOTYPES #endif -#ifdef USE_LOCAL_HEADERS -#include "../AL/al.h" -#include "../AL/alc.h" -#else -#ifdef _MSC_VER - // MSVC users must install the OpenAL SDK which doesn't use the AL/*.h scheme. - #include <al.h> - #include <alc.h> -#else - #include <AL/al.h> - #include <AL/alc.h> -#endif -#endif +#include <AL/al.h> +#include <AL/alc.h> /* Hack to enable compiling both on OpenAL SDK and OpenAL-soft. */ #ifndef ALC_ENUMERATE_ALL_EXT |