[libdvdcss-devel] cygwin: Drop some obsolete POSIX int types fallbacks
Diego Biurrun
git at videolan.org
Mon Feb 11 13:59:41 CET 2013
libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Feb 10 12:59:16 2013 +0100| [c19c82dff9232cf8aa60dc0ff267e5e24dadbd90] | committer: Jean-Baptiste Kempf
cygwin: Drop some obsolete POSIX int types fallbacks
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=c19c82dff9232cf8aa60dc0ff267e5e24dadbd90
---
src/common.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/common.h b/src/common.h
index 801b8c5..c9e8351 100644
--- a/src/common.h
+++ b/src/common.h
@@ -34,11 +34,6 @@
# include <stdint.h>
#elif defined( HAVE_INTTYPES_H )
# include <inttypes.h>
-#elif defined( SYS_CYGWIN )
-# include <sys/types.h>
- /* Cygwin only defines half of these... */
- typedef u_int8_t uint8_t;
- typedef u_int32_t uint32_t;
#else
/* Fallback types (very x86-centric, sorry) */
typedef unsigned char uint8_t;
More information about the libdvdcss-devel
mailing list