Diego Biurrun
2014-11-14 14:48:07 UTC
stat() is not used in libdvdcss.
---
src/common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/common.h b/src/common.h
index 71ef811..d00a6f5 100644
--- a/src/common.h
+++ b/src/common.h
@@ -52,7 +52,6 @@ typedef __int64 off_t;
# define off_t __int64
# endif
# define ssize_t SSIZE_T
-# define stat _stati64
# define snprintf _snprintf
# define strdup _strdup
# define open _open
---
src/common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/common.h b/src/common.h
index 71ef811..d00a6f5 100644
--- a/src/common.h
+++ b/src/common.h
@@ -52,7 +52,6 @@ typedef __int64 off_t;
# define off_t __int64
# endif
# define ssize_t SSIZE_T
-# define stat _stati64
# define snprintf _snprintf
# define strdup _strdup
# define open _open
--
2.1.0
2.1.0