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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/mini_al.c b/src/external/mini_al.c
index 7b437851..1ce94419 100644
--- a/src/external/mini_al.c
+++ b/src/external/mini_al.c
@@ -1,4 +1,4 @@
// 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 MAL_IMPLEMENTATION
+#define MINI_AL_IMPLEMENTATION
#include "mini_al.h" \ No newline at end of file