ref: cdcf56a2f7bf20153ab37054b84611ed8de62647
parent: fd049902dcdc560dcaf0ed65a2f3e85cc091ea59
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sun Mar 17 11:39:14 EDT 2013
Update MSVC config.h to fix compilation
--- 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