Discussion:
[libdvdcss-devel] cygwin: Drop some obsolete POSIX int types fallbacks
Diego Biurrun
2013-02-11 12:59:41 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Sun Feb 10 12:59:16 2013 +0100| [c19c82dff9232cf8aa60dc0ff267e5e24dadbd90] | committer: Jean-Baptiste Kempf

cygwin: Drop some obsolete POSIX int types fallbacks
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;

Loading...