diff options
| author | Guido van Rossum <guido@python.org> | 2000-04-21 20:33:00 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2000-04-21 20:33:00 +0000 |
| commit | 2dd8dddef412c64692f2ba6eb297411a00ff5d29 (patch) | |
| tree | fb6237a48ea61f31445763c4e38b667587c27bda /Python | |
| parent | ace88aebbbbb5c96eb3dd88308d03d3d3b9c73e5 (diff) | |
| download | cpython-git-2dd8dddef412c64692f2ba6eb297411a00ff5d29.tar.gz | |
Use an explicit macro SOCKETCLOSE which expands to closesocket (on
Windows), soclose (on OS2), or to close (everywhere else).
Hopefully this fixes a new compilation error that I suddenly get on
Windows because the macro definition for close -> closesocket
apparently was done before including io.h, which contains a prototype
for close. (No idea why this wasn't an error before.)
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions
