Discussion:
[libdvdcss-devel] common.h: Drop INVALID_SET_FILE_POINTER fallback definition
Diego Biurrun
2014-10-31 15:36:48 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Fri Oct 31 15:43:11 2014 +0100| [4c452fe94b701ffdc8269af0206df291c40c5f59] | committer: Diego Biurrun

common.h: Drop INVALID_SET_FILE_POINTER fallback definition

None of the supported development environments on Windows need it.
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=4c452fe94b701ffdc8269af0206df291c40c5f59
---

src/common.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/src/common.h b/src/common.h
index bfa6c18..207be79 100644
--- 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

Loading...