diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/port/win32.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index c3c7da737bc..de2483add01 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.43 2005/02/27 00:53:29 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.44 2005/03/24 04:36:19 momjian Exp $ */  /* undefine and redefine after #include */  #undef mkdir @@ -17,6 +17,7 @@  #define fsync(a)	_commit(a) +#define FSYNC_IS_WRITE_THROUGH  #define ftruncate(a,b)	chsize(a,b)  #define USES_WINSOCK @@ -189,7 +190,7 @@ typedef int pid_t;   * to ensure that we don't collide with a future definition. It means   * we cannot use _O_NOINHERIT ourselves.   */ -#define O_SYNC 0x0080 +#define O_DSYNC 0x0080  /*   * Supplement to <errno.h>.  | 
