diff options
Diffstat (limited to 'al/state.cpp')
-rw-r--r-- | al/state.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/state.cpp b/al/state.cpp index 0ec0e280..bd62c4e3 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -46,7 +46,7 @@ #include "opthelpers.h" #include "strutils.h" -#if ALSOFT_EAX +#ifdef ALSOFT_EAX #include "alc/device.h" #include "eax_globals.h" @@ -434,7 +434,7 @@ START_API_FUNC value = static_cast<int>(ResamplerDefault); break; -#if ALSOFT_EAX +#ifdef ALSOFT_EAX #define EAX_ERROR "[alGetInteger] EAX not enabled." |