diff --git a/src/gc/win32_threads.c b/src/gc/win32_threads.c index ba53d86fb..742b3bb15 100755 --- a/src/gc/win32_threads.c +++ b/src/gc/win32_threads.c @@ -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 */