mirror of https://github.com/postgres/postgres
Because the change to gettext. Needs a bunch of new includes. Patch
follows: Magnus Hagander
This commit is contained in:
parent
c5a7a6a3dc
commit
517872c566
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue