]> granicus.if.org Git - postgresql/commitdiff
Because the change to gettext. Needs a bunch of new includes. Patch
authorBruce Momjian <bruce@momjian.us>
Sun, 27 Feb 2005 22:57:17 +0000 (22:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 27 Feb 2005 22:57:17 +0000 (22:57 +0000)
follows:

Magnus Hagander

src/interfaces/libpq/win32.c

index fce0d3f26b584c1423ca89eeb7bba6bbdc5aa4af..bd48b2d2cdf199362f108af8e9369aff621d010f 100644 (file)
@@ -19,8 +19,6 @@
 
 /* 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
@@ -31,6 +29,9 @@
 #include <winsock.h>
 #include <stdio.h>
 #include "win32.h"
+#include "postgres_fe.h"
+#include "libpq-fe.h"
+#include "libpq-int.h"
 
 static struct WSErrorEntry
 {