gc.h (GC_CreateThread): Declare with WINAPI attribute.
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 31 Jul 2003 04:52:36 +0000 (04:52 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Thu, 31 Jul 2003 04:52:36 +0000 (04:52 +0000)
commit822ed7f80687ba1060f3620f20878642a2b89e78
tree80c5f1f071b174114f7b403b765d7a05135d75f9
parent1aa0a5f67e3ce88116bff98bd677a8e93ec183e3
gc.h (GC_CreateThread): Declare with WINAPI attribute.

* include/gc.h (GC_CreateThread): Declare with WINAPI
attribute.
* win32_threads.c (GC_CreateThread): Make definitions consistent
with declaration.  Cast &thread_table[i].handle to PHANDLE
in call to DuplicateHandle
(thread_start): Declare as static.

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