We need to override the CreateThread routine

This commit is contained in:
jgarcia 2007-04-14 12:49:41 +00:00
parent d5632cd0eb
commit 6a30f81055

View file

@ -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 */