Re: _WIN32_WINNT should be 0x0501 in win32.h - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: _WIN32_WINNT should be 0x0501 in win32.h
Date
Msg-id 9837222c0909070422q48be4bd0h2da31997b27c2c92@mail.gmail.com
Whole thread Raw
In response to Re: _WIN32_WINNT should be 0x0501 in win32.h  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
On Mon, Sep 7, 2009 at 07:53, Itagaki
Takahiro<itagaki.takahiro@oss.ntt.co.jp> wrote:
>
> Magnus Hagander <magnus@hagander.net> wrote:
>
>> Have you verified that binaries compiled that way still run on windows
>> 2000? I had checking that on my list before making this change...
>
> No, I don't have Windows 2000.
>
> BTW, there is no Windows 2000 animal in the BuildFarm.
> We cannot support win2k at all, no?

I could've sworn we did, but clearly we don't :( I guess that means
we're already in "best effort" mode on it. And to be honest, Microsoft
haven't supported Windows 2000 mainstream since 2005 (they do provided
extended support until next year though).

Anyway, this *should* work on Win2k as well, so I have applied it. We
also have _WIN32_WINNT defined in pg_ctl.c, so I updated that one to
be the same.


-- Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Triggers on columns
Next
From: Magnus Hagander
Date:
Subject: Re: _WIN32_WINNT should be 0x0501 in win32.h