summaryrefslogtreecommitdiffhomepage
path: root/src/external/mini_al.c
diff options
context:
space:
mode:
authorDavid Reid <[email protected]>2018-05-21 20:39:19 +1000
committerDavid Reid <[email protected]>2018-05-21 20:39:19 +1000
commitf1b624d38b449cf1fc2ac6249c9559405d54915b (patch)
treebdc9e435c3919f515e1250b8da294079e926e84a /src/external/mini_al.c
parent6d8cc250bd086a6bfdf34effad4b9b3cca3e97a7 (diff)
downloadraylib-f1b624d38b449cf1fc2ac6249c9559405d54915b.tar.gz
raylib-f1b624d38b449cf1fc2ac6249c9559405d54915b.zip
Update mini_al.
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