gcc/boehm-gc ChangeLog win32_threads.c include ...
dannysmith@gcc.gnu.org
dannysmith@gcc.gnu.org
Thu Jul 31 04:52:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: dannysmith@gcc.gnu.org 2003-07-31 04:52:36
Modified files:
boehm-gc : ChangeLog win32_threads.c
boehm-gc/include: gc.h
Log message:
* 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/ChangeLog.diff?cvsroot=gcc&r1=1.155&r2=1.156
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/win32_threads.c.diff?cvsroot=gcc&r1=1.14&r2=1.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/include/gc.h.diff?cvsroot=gcc&r1=1.10&r2=1.11
More information about the Gcc-cvs
mailing list