Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Date: 2021-11-06 22:47:22
Message-ID: 614132.1636238842@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)de> writes:
> There's a semi-related weirdness: Several src/port/ files include <windows.h>
> themselves (I guess that could be seen as prep for dropping windows.h from
> win32_port.h).

Hmm.

> Unless you're already done with that by the time I git pull, I'm gonna remove
> that redundant WIN32_LEAN_AND_MEAN.

No, I've not done anything --- feel free.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-11-06 22:47:47 Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Previous Message Andres Freund 2021-11-06 22:47:19 pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.