shithub: libdvdcss

Download patch

ref: 4c452fe94b701ffdc8269af0206df291c40c5f59
parent: a57fbab5e3299a69e9c40f2f915c59a15816891b
author: Diego Biurrun <diego@biurrun.de>
date: Fri Oct 31 11:43:11 EDT 2014

common.h: Drop INVALID_SET_FILE_POINTER fallback definition

None of the supported development environments on Windows need it.

--- a/src/common.h
+++ b/src/common.h
@@ -48,10 +48,6 @@
 #      define PATH_MAX MAX_PATH
 #   endif
 
-#   ifndef INVALID_SET_FILE_POINTER
-#       define INVALID_SET_FILE_POINTER ((DWORD)-1)
-#   endif
-
 /* several type definitions */
 #   if defined( __MINGW32__ )
 #       define lseek _lseeki64