|
21 | 21 | * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group |
22 | 22 | * Portions Copyright (c) 1994, Regents of the University of California |
23 | 23 | * |
24 | | - * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.30 2004/08/29 04:13:11 momjian Exp $ |
| 24 | + * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.31 2004/09/10 15:23:51 momjian Exp $ |
25 | 25 | * |
26 | 26 | *------------------------------------------------------------------------- |
27 | 27 | */ |
@@ -80,7 +80,7 @@ extern char *MemoryContextStrdup(MemoryContext context, const char *string); |
80 | 80 |
|
81 | 81 | #definepstrdup(str) MemoryContextStrdup(CurrentMemoryContext, (str)) |
82 | 82 |
|
83 | | -#ifdefWIN32 |
| 83 | +#if defined(WIN32)|| defined(__CYGWIN__) |
84 | 84 | externvoid*pgport_palloc(Sizesz); |
85 | 85 | externchar*pgport_pstrdup(constchar*str); |
86 | 86 | externvoidpgport_pfree(void*pointer); |
|