]> granicus.if.org Git - python/commit
Before declaring h_errno, do not check for Win32 only. Instead, do check
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 23 Jul 2001 07:27:16 +0000 (07:27 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 23 Jul 2001 07:27:16 +0000 (07:27 +0000)
commitfe36fc91ed08537f4b2ee728bcf4a00dc9ee29dd
treed215df73ff937276e58e414194c7facd4df520f5
parent4c81d60fcb15661450a3aab72de26d72e32fd4f0
Before declaring h_errno, do not check for Win32 only. Instead, do check
whether h_errno is a macro.
Modules/getaddrinfo.c
Modules/socketmodule.c