The R Project SVN R

Rev

Rev 26380 | Rev 37429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26380 Rev 26518
Line 17... Line 17...
17
 *  You should have received a copy of the GNU General Public License
17
 *  You should have received a copy of the GNU General Public License
18
 *  along with this program; if not, write to the Free Software
18
 *  along with this program; if not, write to the Free Software
19
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 */
20
 */
21
 
21
 
22
#ifdef Win32
22
#if defined Win32 && !defined _SSIZE_T_
23
typedef int ssize_t;
23
typedef int ssize_t;
24
#endif
24
#endif
25
 
25
 
26
typedef unsigned short Sock_port_t;
26
typedef unsigned short Sock_port_t;
27
 
27