[ros-diffs] [tkreuzer] 35710: define _SSIZE_T_DEFINED when defining ssize_t

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Aug 27 21:54:57 CEST 2008


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/include/crt/sys/types.h?rev=35710&r1=35709&r2=35710&view=diff
==============================================================================
--- 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_ */
 



More information about the Ros-diffs mailing list