aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 2765ef18..1e94963f 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -19,7 +19,7 @@ FILE *al_fopen(const char *fname, const char *mode);
#include <pthread.h>
-#define al_fopen(_n, _m) fopen((_n), (_m))
+#define al_fopen fopen
#if defined(HAVE_DLFCN_H) && !defined(IN_IDE_PARSER)
#define HAVE_DYNLOAD 1