Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a992bd8

Browse files
committed
Another tightening of Win32 typedefs.
1 parent 4d47db3 commit a992bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/libpq-int.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.92 2004/08/30 02:54:41 momjian Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.93 2004/10/05 15:09:41 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -33,7 +33,7 @@
3333
#include <pthread.h>
3434
#endif
3535

36-
#if defined(WIN32) && (!defined(ssize_t))
36+
#ifdef WIN32_CLIENT_ONLY
3737
typedef int ssize_t; /* ssize_t doesn't exist in VC (at least
3838
* not VC6) */
3939
#endif

0 commit comments

Comments
 (0)