mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 21:21:39 +02:00
+ Make works with 1.0.10 too
This commit is contained in:
parent
a0854c6b6d
commit
515f170dd0
@ -401,10 +401,12 @@ begin
|
||||
DoneCriticalSection :=@CDoneCriticalSection;
|
||||
EnterCriticalSection :=@CEnterCriticalSection;
|
||||
LeaveCriticalSection :=@CLeaveCriticalSection;
|
||||
{$ifdef hasthreadvar}
|
||||
InitThreadVar :=@CInitThreadVar;
|
||||
RelocateThreadVar :=@CRelocateThreadVar;
|
||||
AllocateThreadVars :=@CAllocateThreadVars;
|
||||
ReleaseThreadVars :=@CReleaseThreadVars;
|
||||
{$endif}
|
||||
end;
|
||||
SetThreadManager(CThreadManager,Dummy);
|
||||
InitHeapMutexes;
|
||||
@ -415,7 +417,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-11-26 20:10:59 michael
|
||||
Revision 1.2 2003-11-27 20:16:59 michael
|
||||
+ Make works with 1.0.10 too
|
||||
|
||||
Revision 1.1 2003/11/26 20:10:59 michael
|
||||
+ New threadmanager implementation
|
||||
|
||||
Revision 1.20 2003/11/19 10:54:32 marco
|
||||
|
Loading…
Reference in New Issue
Block a user