summaryrefslogtreecommitdiffhomepage
path: root/src/audio.c
diff options
context:
space:
mode:
authorRay <[email protected]>2018-10-16 10:53:01 +0200
committerRay <[email protected]>2018-10-16 10:53:01 +0200
commitb8b8936cd780b34edb2899eb32b756a1aebef9d3 (patch)
tree9425ee9c0a68a75f60c7d54da9601aceabef4df2 /src/audio.c
parentf56617392705b47f6108ddf024e2b803e48bcb3f (diff)
downloadraylib-b8b8936cd780b34edb2899eb32b756a1aebef9d3.tar.gz
raylib-b8b8936cd780b34edb2899eb32b756a1aebef9d3.zip
Review defines
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index 95e59931..f3db1124 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -132,7 +132,7 @@
#include "external/dr_mp3.h" // MP3 loading functions
#endif
-#ifdef _MSC_VER
+#if defined(_MSC_VER)
#undef bool
#endif