summaryrefslogtreecommitdiffstats
path: root/contrib/libdvdread/P00-mingw-dlfcn.patch
blob: 00979045b83c5aec548d0ca56e3abadf886bb1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/dvd_input.c b/src/dvd_input.c
index d28efe7..26f0e54 100644
--- a/src/dvd_input.c
+++ b/src/dvd_input.c
@@ -53,7 +53,7 @@ int         (*dvdinput_read)  (dvd_input_t, void *, int, int);
 # else
 #   if defined(WIN32)
 /* Only needed on MINGW at the moment */
-#    include "../msvc/contrib/dlfcn.c"
+#    include "msvc/msvc/contrib/dlfcn.c"
 #   endif
 # endif