forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8162464
committed
windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
windows.h includes a lot of other headers, slowing down compilationsignificantly. WIN32_LEAN_AND_MEAN reduces that a bit. It'd be better toremove the include of windows.h (as well as indirect inclusions of it) from sucha central place, but until then...Discussion:https://postgr.es/m/20210921193035.pqzay43vpyv7in43@alap3.anarazel.de1 parentde744e9 commit8162464
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
46 | 54 |
| |
47 | 55 |
| |
48 | 56 |
| |
|
0 commit comments
Comments
(0)