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:24:21
Message-ID: 612842.1636237461@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:
> windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.

I happened to notice from grepping that
src/backend/port/win32/crashdump.c has its own

#define WIN32_LEAN_AND_MEAN

Can't we remove that now? (I kind of wonder what good it did at all,
considering postgres.h has already pulled in <windows.h>.)

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-11-06 22:34:20 Re: pgsql: pgcrypto: Remove non-OpenSSL support
Previous Message Tom Lane 2021-11-06 22:07:09 Re: pgsql: pgcrypto: Remove non-OpenSSL support