Skip to content

Commit 7a1b72f

Browse files
committed
Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.
1 parent a36436e commit 7a1b72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/port/win32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.79 2007/11/15 21:14:44 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.80 2007/11/24 01:32:48 momjian Exp $ */
22

33
#if defined(_MSC_VER) || defined(__BORLANDC__)
44
#define WIN32_ONLY_COMPILER
@@ -280,8 +280,8 @@ extern void _dosmaperr(unsigned long);
280280

281281
/* Things that exist in MingW headers, but need to be added to MSVC */
282282
#ifdef WIN32_ONLY_COMPILER
283-
#ifndef __BORLANDC__
284283
typedef long ssize_t;
284+
#ifndef __BORLANDC__
285285
typedef unsigned short mode_t;
286286
#endif
287287

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy