[libdvdcss-devel] [PATCH] msvc: Drop redefinition of stat()
Diego Biurrun <[email protected]> Fri, 14 Nov 2014 15:48:07 +0100
| Newsgroups | gmane.comp.video.videolan.libdvdcss,gmane.comp.video.videolan.libdvdcss.devel |
|---|---|
| Message-ID | <[email protected]> |
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 -- 2.1.0 _______________________________________________ libdvdcss-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvdcss-devel