|
12 | 12 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
15 |
| - * $Id: c.h,v 1.140 2003/04/2501:24:00 momjian Exp $ |
| 15 | + * $Id: c.h,v 1.141 2003/04/2516:18:40 momjian Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -714,7 +714,7 @@ off_t ftello(FILE *stream);
|
714 | 714 | /*
|
715 | 715 | * Win32 doesn't have reliable rename/unlink during concurrent access
|
716 | 716 | */
|
717 |
| -#ifdefWIN32 |
| 717 | +#if defined(WIN32)&& !defined(FRONTEND) |
718 | 718 | intpgrename(constchar*from,constchar*to);
|
719 | 719 | intpgunlink(constchar*path);
|
720 | 720 | #definerename(path)pgrename(path)
|
|