mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 07:09:18 +02:00
* fix rtlcreateevent
This commit is contained in:
parent
0b667efe9b
commit
9d567a3c63
@ -232,7 +232,7 @@ end;
|
|||||||
function RTLEventCreate :PRTLEvent;
|
function RTLEventCreate :PRTLEvent;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
result:=currenttm.rtleventcreate;
|
result:=currenttm.rtleventcreate();
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -461,7 +461,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.14 2004-12-23 15:08:58 marco
|
Revision 1.15 2004-12-23 20:58:22 peter
|
||||||
|
* fix rtlcreateevent
|
||||||
|
|
||||||
|
Revision 1.14 2004/12/23 15:08:58 marco
|
||||||
* 2nd synchronize attempt. cthreads<->systhrds difference was not ok, but
|
* 2nd synchronize attempt. cthreads<->systhrds difference was not ok, but
|
||||||
only showed on make install should be fixed now.
|
only showed on make install should be fixed now.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user