Commit 517872c5 authored by Bruce Momjian's avatar Bruce Momjian

Because the change to gettext. Needs a bunch of new includes. Patch

follows:

Magnus Hagander
parent c5a7a6a3
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
/* Make stuff compile faster by excluding not used stuff */ /* Make stuff compile faster by excluding not used stuff */
#define WIN32_LEAN_AND_MEAN
#define WIN32_EXTRA_LEAN
#define VC_EXTRALEAN #define VC_EXTRALEAN
#ifndef __MINGW32__ #ifndef __MINGW32__
#define NOGDI #define NOGDI
...@@ -31,6 +29,9 @@ ...@@ -31,6 +29,9 @@
#include <winsock.h> #include <winsock.h>
#include <stdio.h> #include <stdio.h>
#include "win32.h" #include "win32.h"
#include "postgres_fe.h"
#include "libpq-fe.h"
#include "libpq-int.h"
static struct WSErrorEntry static struct WSErrorEntry
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment