From f1b624d38b449cf1fc2ac6249c9559405d54915b Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 21 May 2018 20:39:19 +1000 Subject: Update mini_al. --- src/external/mini_al.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/external/mini_al.c') 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 -- cgit v1.2.3