Index: src\timezone/zic.c
===================================================================
RCS file: c:/prog/cvsrepo/pgsql/pgsql/src/timezone/zic.c,v
retrieving revision 1.18
diff -c -r1.18 zic.c
*** src\timezone/zic.c	19 Oct 2006 20:38:48 -0000	1.18
--- src\timezone/zic.c	20 Oct 2006 17:53:43 -0000
***************
*** 6,11 ****
--- 6,14 ----
   *	  $PostgreSQL: pgsql/src/timezone/zic.c,v 1.17 2006/10/16 19:58:27 tgl Exp $
   */
  
+ #ifdef WIN32
+ #define _WIN32_WINNT 0x0400
+ #endif
  #include "postgres.h"
  
  #ifdef HAVE_GETOPT_H
