mirror of
https://github.com/python/cpython.git
synced 2026-02-14 03:10:44 +00:00
If RTLD_LOCAL is not #defined in any header file (Windows), set it to 0. If RTLD_GLOBAL is not #defined, set it equal to RTLD_LOCAL. This should fix ctypes on cygwin. |
||
|---|---|---|
| .. | ||
| macholib | ||
| test | ||
| __init__.py | ||
| _endian.py | ||
| _loader.py | ||
| wintypes.py | ||