pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Date: 2021-11-06 22:47:19
Message-ID: E1mjUT1-0002fQ-2R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.

Since 8162464a25e we do so in win32_port.h. But it likely didn't do much
before that either, because at that point windows.h was already included via
win32_port.h.

Reported-By: Tom Lane
Discussion: https://postgr.es/m/612842.1636237461@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87bb606b20ae4e52fa45eda2d9914c19eb7eea5e

Modified Files
--------------
src/backend/port/win32/crashdump.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-11-06 22:47:22 Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Previous Message Andres Freund 2021-11-06 22:41:45 Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.