mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Port threads change to Win32 (what about the rest?).
This commit is contained in:
parent
d00e8f9e13
commit
8d2c7cd69a
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
|
||||
/* Userland threads? */
|
||||
/* #undef ECL_THREADS */
|
||||
#ifdef ECL_THREADS
|
||||
# define GC_THREADS
|
||||
#endif
|
||||
|
||||
/* Network streams */
|
||||
#define TCP 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue