>
> 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
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
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