Re: [fpc-devel]thread.inc

2004-01-21 Thread Peter Vreman
> > On 21 jan 2004, at 19:40, Karl-Michael Schindler wrote: > >> grepping for SysGetCurrentThreadID did not find anything besides the >> above occurence in thread.inc. >> However, I found numerous GetCurrentThreadID. >> Therefore, I changed SysGetCurrentThreadID to GetCurrentThreadID in >> thread.i

Re: [fpc-devel]thread.inc

2004-01-21 Thread Jonas Maebe
On 21 jan 2004, at 19:40, Karl-Michael Schindler wrote: grepping for SysGetCurrentThreadID did not find anything besides the above occurence in thread.inc. However, I found numerous GetCurrentThreadID. Therefore, I changed SysGetCurrentThreadID to GetCurrentThreadID in thread.inc and BINGO make

[fpc-devel]thread.inc

2004-01-21 Thread Karl-Michael Schindler
When making the rtl under and for darwin I get the following error: Compiling ../unix/systhrds.pp thread.inc(34,21) Error: Identifier not found "SysGetCurrentThreadID" systhrds.pp(136) Fatal: There were 1 errors compiling module, stopping grepping for SysGetCurrentThreadID did not find anything be