]> git.ipfire.org Git - thirdparty/postgresql.git/commit
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
authorAndres Freund <andres@anarazel.de>
Sat, 6 Nov 2021 22:43:22 +0000 (15:43 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 6 Nov 2021 22:43:22 +0000 (15:43 -0700)
commit87bb606b20ae4e52fa45eda2d9914c19eb7eea5e
tree0eb556cff2399c4a079f024a2fb46d71fc673ec6
parent3c2c391dc9f82fae181508ebcc2f7621ffefd024
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
src/backend/port/win32/crashdump.c