From 8d2c7cd69acdaa5c9fd708fe15a2b811aadbe6f0 Mon Sep 17 00:00:00 2001 From: goffioul Date: Mon, 24 Oct 2005 09:24:42 +0000 Subject: [PATCH] Port threads change to Win32 (what about the rest?). --- msvc/h/config.h.msvc6 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/msvc/h/config.h.msvc6 b/msvc/h/config.h.msvc6 index f7e4905d9..54b30e9db 100644 --- a/msvc/h/config.h.msvc6 +++ b/msvc/h/config.h.msvc6 @@ -30,6 +30,9 @@ /* Userland threads? */ /* #undef ECL_THREADS */ +#ifdef ECL_THREADS +# define GC_THREADS +#endif /* Network streams */ #define TCP 1