]> granicus.if.org Git - gc/commit
* include/gc.h (GC_CreateThread): Declare with WINAPI
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2003 04:52:36 +0000 (04:52 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:23 +0000 (10:54 +0400)
commitb87975a0d90961055b80347f6bd9b4d67e8ebf83
tree36588a2145e2d4323d3c1936927d0a186a7168a7
parent1df2b95220e81ba6d6e83d1e886488aa7376c770
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69990 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
include/gc.h
win32_threads.c