mirror of
https://github.com/python/cpython.git
synced 2026-05-20 03:14:26 -04:00
fff61ea025
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.