Index: win32.h
===================================================================
RCS file: /home/cvsmirror/pgsql/src/include/port/win32.h,v
retrieving revision 1.41
diff -c -r1.41 win32.h
*** win32.h	1 Dec 2004 23:42:26 -0000	1.41
--- win32.h	26 Dec 2004 18:24:36 -0000
***************
*** 44,49 ****
--- 44,53 ----
  #define DLLIMPORT
  #endif
  
+ #ifdef WIN32_CLIENT_ONLY
+ typedef int pid_t;
+ #endif
+ 
  /*
   *	IPC defines
   */
***************
*** 210,219 ****
  #endif
  typedef long key_t;
  
- #ifdef WIN32_CLIENT_ONLY
- typedef int pid_t;
- #endif
- 
  /*
   * Supplement to <sys/stat.h>.
   */
--- 214,219 ----
