Jean-Baptiste Kempf
2013-03-17 14:40:58 UTC
libdvdcss | branch: master | Jean-Baptiste Kempf <***@videolan.org> | Sun Mar 17 15:39:14 2013 +0100| [cdcf56a2f7bf20153ab37054b84611ed8de62647] | committer: Jean-Baptiste Kempf
Update MSVC config.h to fix compilation
msvc/config.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/msvc/config.h b/msvc/config.h
index 5889344..95b29c7 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -41,4 +41,6 @@
/* #undef const */
/* #undef inline */
/* #undef size_t */
+#define HAVE_BROKEN_MKDIR 1
+#define _CRT_SECURE_NO_WARNINGS 1
Update MSVC config.h to fix compilation
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=cdcf56a2f7bf20153ab37054b84611ed8de62647
---msvc/config.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/msvc/config.h b/msvc/config.h
index 5889344..95b29c7 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -41,4 +41,6 @@
/* #undef const */
/* #undef inline */
/* #undef size_t */
+#define HAVE_BROKEN_MKDIR 1
+#define _CRT_SECURE_NO_WARNINGS 1