[libdvdcss-devel] [PATCH 1/2] cygwin: Drop some obsolete POSIX int types fallbacks
Diego Biurrun
diego at biurrun.de
Sun Feb 10 12:59:16 CET 2013
Signed-off-by: Diego Biurrun <diego at biurrun.de>
---
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;
--
1.7.9.5
More information about the libdvdcss-devel
mailing list