mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 15:19:08 -04:00
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Since 8162464a25 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
This commit is contained in:
parent
3c2c391dc9
commit
87bb606b20
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@
|
||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some versions of the MS SDK contain "typedef enum { ... } ;" which the MS
|
* Some versions of the MS SDK contain "typedef enum { ... } ;" which the MS
|
||||||
* compiler quite sanely complains about. Well done, Microsoft.
|
* compiler quite sanely complains about. Well done, Microsoft.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue