We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d47db3 commit a992bd8Copy full SHA for a992bd8
src/interfaces/libpq/libpq-int.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.92 2004/08/30 02:54:41 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.93 2004/10/05 15:09:41 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -33,7 +33,7 @@
33
#include <pthread.h>
34
#endif
35
36
-#if defined(WIN32) && (!defined(ssize_t))
+#ifdef WIN32_CLIENT_ONLY
37
typedef int ssize_t; /* ssize_t doesn't exist in VC (at least
38
* not VC6) */
39
0 commit comments