Re: zic with msvc - Mailing list pgsql-patches

From Tom Lane
Subject Re: zic with msvc
Date
Msg-id 16964.1161367606@sss.pgh.pa.us
Whole thread Raw
In response to zic with msvc  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: zic with msvc  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.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

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: zic with msvc
Next
From: "Magnus Hagander"
Date:
Subject: Re: zic with msvc