mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Remove NT-specific file open defines by defining our own open macros for
"rb" and "wb".
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user