mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Win32 build cleanups, from Andrew Dunstan.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/port/open.c,v 1.5 2004/10/17 23:53:30 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/port/open.c,v 1.6 2004/11/17 08:30:11 neilc Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -18,6 +18,8 @@
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
int win32_open(const char *fileName, int fileFlags, ...);
|
||||
|
||||
static int
|
||||
openFlagsToCreateFileFlags(int openFlags)
|
||||
{
|
||||
|
Reference in New Issue
Block a user