MorphOS: fixed sockets inside threads

git-svn-id: trunk@33727 -
This commit is contained in:
marcus 2016-05-20 20:53:24 +00:00
parent 9d2bba1917
commit a25663d64f

View File

@ -339,7 +339,7 @@ begin
end;
initialization
{$ifdef AMIGA68K}
{$ifndef AMIGAOS4}
AddThreadInitProc(@BSDSocketOpen);
AddThreadExitProc(@BSDSocketClose);
{$endif}