mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Getting rid of code dependent on GUSI or the MetroWerks compiler.
This commit is contained in:
parent
bc2fbc74ed
commit
4bae2d5e46
7 changed files with 1 additions and 60 deletions
|
|
@ -3,11 +3,6 @@
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
/* Mac with GUSI has more errors than those in errno.h */
|
||||
#ifdef USE_GUSI
|
||||
#include <sys/errno.h>
|
||||
#endif
|
||||
|
||||
/* Windows socket errors (WSA*) */
|
||||
#ifdef MS_WINDOWS
|
||||
#include <winsock.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue