aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/qal.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/qal.c')
-rw-r--r--code/client/qal.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/code/client/qal.c b/code/client/qal.c
index a958e7c..7594185 100644
--- a/code/client/qal.c
+++ b/code/client/qal.c
@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "qal.h"
-#ifdef USE_OPENAL_DLOPEN
+#if USE_OPENAL_DLOPEN
#if defined _WIN32
#include <windows.h>
#define OBJTYPE HMODULE
@@ -341,7 +341,7 @@ void QAL_Shutdown( void )
qalcGetString = NULL;
qalcGetIntegerv = NULL;
}
-#endif
+#else
qboolean QAL_Init(const char *libname)
{
return qtrue;
@@ -350,3 +350,4 @@ void QAL_Shutdown( void )
{
}
#endif
+#endif