mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:19:26 +02:00
* correction by Yuri Prokushev
This commit is contained in:
parent
049520eba1
commit
7bb77e0a82
@ -55,7 +55,7 @@ function DosCreateThread (var TID: longint; Address: pointer;
|
||||
external 'DOSCALLS' index 311;
|
||||
|
||||
procedure DosExit (Action, Result: longint); cdecl;
|
||||
external 'DOSCALLS' index 233;
|
||||
external 'DOSCALLS' index 234;
|
||||
|
||||
function DosCreateMutExSem (Name: PChar; var Handle: longint; Attr: longint;
|
||||
State: boolean): longint; cdecl; external 'DOSCALLS' index 331;
|
||||
@ -361,7 +361,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2002-03-28 16:34:29 armin
|
||||
Revision 1.8 2002-07-07 18:04:39 hajny
|
||||
* correction by Yuri Prokushev
|
||||
|
||||
Revision 1.7 2002/03/28 16:34:29 armin
|
||||
+ initialize threadvars defined local in units
|
||||
|
||||
Revision 1.6 2001/10/23 21:51:03 peter
|
||||
|
Loading…
Reference in New Issue
Block a user