Author: tkreuzer Date: Wed Aug 27 14:54:57 2008 New Revision: 35710
URL: http://svn.reactos.org/svn/reactos?rev=35710&view=rev Log: define _SSIZE_T_DEFINED when defining ssize_t
Modified: branches/ros-amd64-bringup/reactos/include/crt/sys/types.h
Modified: branches/ros-amd64-bringup/reactos/include/crt/sys/types.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/includ... ============================================================================== --- branches/ros-amd64-bringup/reactos/include/crt/sys/types.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/include/crt/sys/types.h [iso-8859-1] Wed Aug 27 14:54:57 2008 @@ -101,7 +101,10 @@ typedef long _ssize_t;
#ifndef _NO_OLDNAMES +# ifndef _SSIZE_T_DEFINED +# define _SSIZE_T_DEFINED typedef _ssize_t ssize_t; +# endif #endif #endif /* Not _SSIZE_T_ */