From bac6bec08fe63e12578c47809823cb7ee3016c44 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 16 May 2006 20:50:00 +0000 Subject: * Merged ioq3-r783 * Added back the syscalls things I didn't mean to remove --- src/client/qal.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/qal.h b/src/client/qal.h index 8592c081..7747d987 100644 --- a/src/client/qal.h +++ b/src/client/qal.h @@ -38,8 +38,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../AL/al.h" #include "../AL/alc.h" #else -#include -#include +#ifdef _MSC_VER + // MSVC users must install the OpenAL SDK which doesn't use the AL/*.h scheme. + #include + #include +#else + #include + #include +#endif #endif #if USE_OPENAL_DLOPEN -- cgit