summaryrefslogtreecommitdiff
path: root/src/input/dvd_udf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/dvd_udf.c')
-rw-r--r--src/input/dvd_udf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/dvd_udf.c b/src/input/dvd_udf.c
index c88209057..c8064b0eb 100644
--- a/src/input/dvd_udf.c
+++ b/src/input/dvd_udf.c
@@ -32,6 +32,10 @@
#include "dvd_udf.h"
+#ifndef __GNUC__
+#define __FUNCTION__ __func__
+#endif
+
static int _Unicodedecode (uint8_t *data, int len, char *target);
#define MAX_FILE_LEN 2048