diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-02 15:57:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-02 15:57:44 +0000 |
commit | cc2b5e5815aa596dbbdd288d0d178019f2d521aa (patch) | |
tree | b82baecdde9295a977c530b10f8f15a91e012cda /src/include/postgres.h | |
parent | bf1c8f2b3b067c29f1abdf6fe866fb485ade96e9 (diff) | |
download | postgresql-cc2b5e5815aa596dbbdd288d0d178019f2d521aa.tar.gz |
Remove NT-specific file open defines by defining our own open macros for
"rb" and "wb".
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index ee02a3c0c3..c64eab2cc4 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 */ |