shithub: libdvdcss

Download patch

ref: 1517e70fbb0a94e75e9c2032a92f0b90b4026913
parent: d08ae210cac8a07ef80b361aaa6becb268e75a1f
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Wed Feb 13 20:42:14 EST 2013

Fix compilation with MSVC

--- a/src/common.h
+++ b/src/common.h
@@ -70,6 +70,7 @@
 #           define off_t __int64
 #       endif
 #       define stat _stati64
+#       define snprintf _snprintf
 #   endif
 
 #endif