diff options
| author | Ray <[email protected]> | 2018-07-06 00:31:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-06 00:31:21 +0200 |
| commit | 0ab3d85aa04d76f09f224927faad5b1a8a730bce (patch) | |
| tree | 7c7cc60b44ea85eb65bf7096033bc54cc79297f6 /src/external/mini_al.c | |
| parent | 4ec4481eca44912160ccfb9f948a651bb287da87 (diff) | |
| parent | 4582d548b1c8c4e41e3e00ce2e9aa32bb8f1d588 (diff) | |
| download | raylib-0ab3d85aa04d76f09f224927faad5b1a8a730bce.tar.gz raylib-0ab3d85aa04d76f09f224927faad5b1a8a730bce.zip | |
Merge pull request #568 from mackron/dr/mini_al
Update Audio Libraries
Diffstat (limited to 'src/external/mini_al.c')
| -rw-r--r-- | src/external/mini_al.c | 2 |
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 |
