Prefix internal macro names to avoid clash with winsock's FD_WRITE.
authorwwp <subscript@free.fr>
Mon, 15 Feb 2021 10:54:36 +0000 (11:54 +0100)
committerwwp <subscript@free.fr>
Mon, 15 Feb 2021 10:54:36 +0000 (11:54 +0100)
commitf6836ca4d33530afd04d082441761acf9dc623a4
treea2f6506586c9858039d250b320ab40538e8fceb1
parentc01ce7909cbdfe08808fb73361b67a2b55dfdf02
Prefix internal macro names to avoid clash with winsock's FD_WRITE.
Fix lost calls to fd_write_all, wrongly replaced with calls to
fd_write since a1c0649a (3.17.6-6: Fix parsing of command-line arguments),
Issues kindly reported by Jonathan Boeing.
src/main.c