Re: win32 libpq build broken - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: win32 libpq build broken
Date
Msg-id 200502272257.j1RMvk401444@candle.pha.pa.us
Whole thread Raw
In response to win32 libpq build broken  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Magnus Hagander wrote:
> 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
>   {
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: snprintf.c on win32 does not compile..
Next
From: Neil Conway
Date:
Subject: Re: int4 <-> bool casts