From cc2b5e5815aa596dbbdd288d0d178019f2d521aa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 2 Jun 2000 15:57:44 +0000 Subject: Remove NT-specific file open defines by defining our own open macros for "rb" and "wb". --- src/include/postgres.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/postgres.h') diff --git a/src/include/postgres.h b/src/include/postgres.h index ee02a3c0c38..c64eab2cc46 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.39 2000/05/28 17:56:12 tgl Exp $ + * $Id: postgres.h,v 1.40 2000/06/02 15:57:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -229,7 +229,6 @@ typedef uint32 CommandId; */ #ifdef CYR_RECODE extern void SetCharSet(); - #endif /* CYR_RECODE */ #endif /* POSTGRES_H */ -- cgit v1.2.3