8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8961bf commit bf7b205Copy full SHA for bf7b205
src/interfaces/libpq/libpq-int.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2006, 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.113 2006/05/21 20:19:23 tgl Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.114 2006/08/04 18:58:33 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -38,7 +38,7 @@
38
#include <signal.h>
39
#endif
40
41
-#ifdef WIN32_CLIENT_ONLY
+#ifdef WIN32_ONLY_COMPILER
42
typedef int ssize_t; /* ssize_t doesn't exist in VC (at least not
43
* VC6) */
44
0 commit comments