shithub: libdvdcss

Download patch

ref: ba022acfaa68203c2e17cdf7f14f51dc0ddadf56
parent: 495740089fc87dc105166f3b4fcc7cd5e27cb11d
author: Diego Biurrun <diego@biurrun.de>
date: Wed Nov 1 09:31:51 EST 2006

fix compilation on MINGW 
(lseek vs lseek64 typo)

--- a/src/common.h
+++ b/src/common.h
@@ -52,7 +52,7 @@
 
 /* several type definitions */
 #   if defined( __MINGW32__ )
-#       define lseek _lseeki64
+#       define lseek64 _lseeki64
 #       if !defined( _OFF_T_ )
 typedef long long _off_t;
 typedef _off_t off_t;