by the change to gettext. Needs a bunch of new includes. Patch follows:
diff -c -r1.13 win32.c
*** win32.c 22 Feb 2005 04:42:20 -0000 1.13
--- win32.c 27 Feb 2005 17:36:06 -0000
***************
*** 19,26 ****
/* Make stuff compile faster by excluding not used stuff */
- #define WIN32_LEAN_AND_MEAN
- #define WIN32_EXTRA_LEAN
#define VC_EXTRALEAN
#ifndef __MINGW32__
#define NOGDI
--- 19,24 ----
***************
*** 31,36 ****
--- 29,37 ----
#include <winsock.h>
#include <stdio.h>
#include "win32.h"
+ #include "postgres_fe.h"
+ #include "libpq-fe.h"
+ #include "libpq-int.h"
static struct WSErrorEntry
{