diff options
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r-- | src/include/port/win32.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 61e7c3f74f0..98a93224f69 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.40 2004/11/17 00:14:14 tgl Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.41 2004/12/01 23:42:26 momjian Exp $ */ /* undefine and redefine after #include */ #undef mkdir @@ -210,6 +210,10 @@ typedef int gid_t; #endif typedef long key_t; +#ifdef WIN32_CLIENT_ONLY +typedef int pid_t; +#endif + /* * Supplement to <sys/stat.h>. */ |