gc.h: (GC_CreateThread) This function is now exposed on all Win32 platforms.
authorAdam Megacz <adam@xwt.org>
Thu, 7 Feb 2002 03:56:40 +0000 (03:56 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Thu, 7 Feb 2002 03:56:40 +0000 (03:56 +0000)
commitb1d246853d409848c890a85bc0f45bbc75c9899d
tree6c3ed013c8e8ef078276d9712ba1ca29f2699f19
parentb5ee195f1e3f11a5979841bedbf932926ffe5322
gc.h: (GC_CreateThread) This function is now exposed on all Win32 platforms.

2002-02-06  Adam Megacz <adam@xwt.org>

        * boehm-gc/include/gc.h: (GC_CreateThread) This function is
        now exposed on all Win32 platforms.
        * boehm-gc/win32_threads.c: (GC_CreateThread) This now
        compiles on Win32; it invokes CreateThread() if GC is built
        as a DLL; otherwise it registers the thread.
        * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
        libgcjgc was not built as a DLL.

From-SVN: r49563
boehm-gc/ChangeLog
boehm-gc/include/gc.h
boehm-gc/misc.c
boehm-gc/win32_threads.c