From 38a09c6e9b4a631aae699a8f3de6c0df33c021e5 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 22 May 2020 21:00:59 +0300 Subject: Fix linux build --- eax/eax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eax/eax.h') diff --git a/eax/eax.h b/eax/eax.h index 0e2201db..503090d2 100644 --- a/eax/eax.h +++ b/eax/eax.h @@ -12,7 +12,7 @@ extern "C" { #endif // __cplusplus -#ifndef OPENAL +#ifndef AUDIO_OAL #include /* @@ -49,7 +49,7 @@ extern "C" { typedef void (CDECL *LPGETCURRENTVERSION)(LPDWORD major, LPDWORD minor); -#else // OPENAL +#else // AUDIO_OAL #ifndef _WIN32 #include #include -- cgit v1.2.3