mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
#16135: Removal of OS/2 support (Modules/*)
This commit is contained in:
parent
ab70e2ab32
commit
14c81aba50
11 changed files with 4 additions and 157 deletions
|
@ -47,11 +47,6 @@ extern void bzero(void *, int);
|
|||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if defined(PYOS_OS2) && !defined(PYCC_GCC)
|
||||
#include <sys/time.h>
|
||||
#include <utils.h>
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <winsock.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue