mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
We need to override the CreateThread routine
This commit is contained in:
parent
d5632cd0eb
commit
6a30f81055
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ void GC_get_next_stack(char *start, char **lo, char **hi)
|
|||
|
||||
#if !defined(CYGWIN32)
|
||||
|
||||
#if !defined(MSWINCE) && defined(GC_DLL)
|
||||
#if 0 /*!defined(MSWINCE) && defined(GC_DLL)*/
|
||||
|
||||
/* We register threads from DllMain */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue