shithub: libdvdcss

Download patch

ref: c19c82dff9232cf8aa60dc0ff267e5e24dadbd90
parent: e7df02a90f2aff82d24603da162602ee381205d2
author: Diego Biurrun <diego@biurrun.de>
date: Sun Feb 10 07:59:16 EST 2013

cygwin: Drop some obsolete POSIX int types fallbacks

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

--- 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;