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 @@
/* 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
{
......
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