mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-25 10:50:30 -07:00
Undefine certain macros that collide with mingw definitions (src/h/config.h.in)
This commit is contained in:
parent
27440b1b1c
commit
1d1eb0038c
1 changed files with 8 additions and 0 deletions
|
|
@ -78,6 +78,14 @@
|
|||
# endif
|
||||
# define ECL_DYNAMIC_VV
|
||||
# include "@ECL_BOEHM_GC_HEADER@"
|
||||
/* GC >= 7.2 defines these macros to intercept thread functions, but
|
||||
* in doing so it breaks mingw. */
|
||||
# if defined(mingw32) && defined(_beginthreadex)
|
||||
# undef _beginthread
|
||||
# undef _endthread
|
||||
# undef _beginthreadex
|
||||
# undef _endthreadex
|
||||
# end
|
||||
#endif
|
||||
|
||||
/* Network streams */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue