summaryrefslogtreecommitdiffhomepage
path: root/src/audio.c
diff options
context:
space:
mode:
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