Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 87bb606

Browse files
committed
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Since 8162464 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
1 parent 3c2c391 commit 87bb606

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/port/win32/crashdump.c

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838

3939
#include "postgres.h"
4040

41-
#define WIN32_LEAN_AND_MEAN
42-
4341
/*
4442
* Some versions of the MS SDK contain "typedef enum { ... } ;" which the MS
4543
* compiler quite sanely complains about. Well done, Microsoft.

0 commit comments

Comments
 (0)