changeset 10210:138ca63dad29

remove ssize_t mess
author faust3
date Fri, 30 May 2003 17:38:51 +0000
parents d96714e26280
children 4bc481804519
files libmpdemux/yuv4mpeg.h libmpdvdkit2/dvd_reader.h vobsub.c
diffstat 3 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/yuv4mpeg.h	Fri May 30 17:37:33 2003 +0000
+++ b/libmpdemux/yuv4mpeg.h	Fri May 30 17:38:51 2003 +0000
@@ -31,9 +31,6 @@
 //#include "mp_msg.h"
 #include "stream.h"
 
-#ifdef __MINGW32__
-typedef long ssize_t;
-#endif
 
 
 /************************************************************************
--- a/libmpdvdkit2/dvd_reader.h	Fri May 30 17:37:33 2003 +0000
+++ b/libmpdvdkit2/dvd_reader.h	Fri May 30 17:38:51 2003 +0000
@@ -21,9 +21,6 @@
  */
 
 #include <sys/types.h>
-#ifdef __MINGW32__
-typedef long ssize_t;
-#endif
 
 /**
  * The length of one Logical Block of a DVD Video.
--- a/vobsub.c	Fri May 30 17:37:33 2003 +0000
+++ b/vobsub.c	Fri May 30 17:38:51 2003 +0000
@@ -13,9 +13,6 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#ifdef __MINGW32__
-typedef long ssize_t;
-#endif
 
 #include "config.h"
 #include "version.h"