mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
#ifdef fix for MSVC builds of libpq.
Hiroshi Saito
This commit is contained in:
parent
c8961bf1ce
commit
bf7b205e16
@ -12,7 +12,7 @@
|
|||||||
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32_CLIENT_ONLY
|
#ifdef WIN32_ONLY_COMPILER
|
||||||
typedef int ssize_t; /* ssize_t doesn't exist in VC (at least not
|
typedef int ssize_t; /* ssize_t doesn't exist in VC (at least not
|
||||||
* VC6) */
|
* VC6) */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user