|
12 | 12 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California |
14 | 14 | * |
15 | | - * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.113 2006/05/21 20:19:23 tgl Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.114 2006/08/04 18:58:33 momjian Exp $ |
16 | 16 | * |
17 | 17 | *------------------------------------------------------------------------- |
18 | 18 | */ |
|
38 | 38 | #include<signal.h> |
39 | 39 | #endif |
40 | 40 |
|
41 | | -#ifdefWIN32_CLIENT_ONLY |
| 41 | +#ifdefWIN32_ONLY_COMPILER |
42 | 42 | typedefintssize_t;/* ssize_t doesn't exist in VC (at least not |
43 | 43 | * VC6) */ |
44 | 44 | #endif |
|