mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-29 20:46:33 +01:00
* small 1.0 compat fix
This commit is contained in:
parent
8cdcb9d62f
commit
1ff6fd5e6a
@ -45,13 +45,17 @@ initialization
|
|||||||
finalization
|
finalization
|
||||||
CommonCleanup;
|
CommonCleanup;
|
||||||
|
|
||||||
|
{$ifndef ver1_0}
|
||||||
if ThreadsInited then
|
if ThreadsInited then
|
||||||
DoneThreads;
|
DoneThreads;
|
||||||
|
{$endif}
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2003-11-17 10:05:51 marco
|
Revision 1.4 2003-12-22 16:16:33 marco
|
||||||
|
* small 1.0 compat fix
|
||||||
|
|
||||||
|
Revision 1.3 2003/11/17 10:05:51 marco
|
||||||
* threads for FreeBSD. Not working tho
|
* threads for FreeBSD. Not working tho
|
||||||
|
|
||||||
Revision 1.2 2003/10/09 10:55:20 marco
|
Revision 1.2 2003/10/09 10:55:20 marco
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user