win32 libpq build broken

Started by Magnus Haganderover 21 years ago2 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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
{

#2Bruce Momjian
bruce@momjian.us
In reply to: Magnus Hagander (#1)
Re: win32 libpq build broken

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