pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Date
Msg-id E1mjUT1-0002fQ-2R@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.