Re: zic with msvc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org, "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: zic with msvc
Date: 2006-10-20 18:06:46
Message-ID: 16964.1161367606@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> + #ifdef WIN32
> + #define _WIN32_WINNT 0x0400
> + #endif

Hmm ... in pg_ctl.c I see

#define _WIN32_WINNT 0x0500

Is there a reason for these to be different? Are there other places
that will need this (ie, maybe it should be in c.h instead?)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Theo Schlossnagle 2006-10-20 18:12:55 Re: xlogdump fixups and WAL log question.
Previous Message Tom Lane 2006-10-20 17:58:43 Re: xlogdump fixups and WAL log question.

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-10-20 18:15:28 Re: zic with msvc
Previous Message Magnus Hagander 2006-10-20 17:54:51 zic with msvc