mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.0.1635: undefining _POSIX_THREADS causes problems with Python 3
Problem: Undefining _POSIX_THREADS causes problems with Python 3. (Micah Bucy, closes #2748) Solution: Remove the lines.
This commit is contained in:
@@ -34,11 +34,6 @@
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
/* Python.h defines _POSIX_THREADS itself (if needed) */
|
||||
#ifdef _POSIX_THREADS
|
||||
# undef _POSIX_THREADS
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && defined(HAVE_FCNTL_H)
|
||||
# undef HAVE_FCNTL_H
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user