Alter the al_fopen macro to not directly take parameters

This commit is contained in:
Chris Robinson
2014-04-18 02:25:07 -07:00
parent 1353cb0d88
commit b979a8005f
+1 -1
View File
@@ -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