aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 77845d73..15eca1d4 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -12,9 +12,6 @@ extern "C" {
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
-/* Opens a file with standard I/O. The filename is expected to be UTF-8. */
-FILE *al_fopen(const char *fname, const char *mode);
-
#define HAVE_DYNLOAD 1
#ifdef __cplusplus
@@ -218,8 +215,6 @@ extern "C" {
#else
-#define al_fopen fopen
-
#if defined(HAVE_DLFCN_H)
#define HAVE_DYNLOAD 1
#endif