From 6a30f810550b53ff44e4c137aa30b3364eb3870e Mon Sep 17 00:00:00 2001 From: jgarcia Date: Sat, 14 Apr 2007 12:49:41 +0000 Subject: [PATCH] We need to override the CreateThread routine --- src/gc/win32_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */