summaryrefslogtreecommitdiffhomepage
path: root/src/external/mini_al.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/mini_al.c')
-rw-r--r--src/external/mini_al.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/external/mini_al.c b/src/external/mini_al.c
index 1ce94419..eabb6365 100644
--- a/src/external/mini_al.c
+++ b/src/external/mini_al.c
@@ -1,4 +1,8 @@
// The implementation of mini_al needs to #include windows.h which means it needs to go into
// it's own translation unit. Not doing this will cause conflicts with CloseWindow(), etc.
#define MINI_AL_IMPLEMENTATION
-#include "mini_al.h" \ No newline at end of file
+#define MAL_NO_JACK
+#define MAL_NO_OPENAL
+#define MAL_NO_SDL
+#define MAL_NO_NULL
+#include "mini_al.h"