From b6e8f0ab6fa0fdd07137794aed78d734871d9ef1 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 13 Mar 2004 03:32:49 +0000 Subject: [PATCH] MINGW seems now to define ssize_t. --- include/cdio/types.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/cdio/types.h b/include/cdio/types.h index 7e748608..34c2115f 100644 --- a/include/cdio/types.h +++ b/include/cdio/types.h @@ -1,8 +1,8 @@ /* - $Id: types.h,v 1.9 2003/11/18 03:35:19 rocky Exp $ + $Id: types.h,v 1.10 2004/03/13 03:32:49 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel - Copyright (C) 2002,2003 Rocky Bernstein + Copyright (C) 2002, 2003, 2004 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -59,10 +59,6 @@ extern "C" { # undef INT64_C #endif -#if defined (MINGW32) - typedef int ssize_t; -#endif - /* if it's still not defined, take a good guess... should work for most 32bit and 64bit archs */