Browse Source

MorphOS: fixed sockets inside threads

git-svn-id: trunk@33727 -
marcus 9 năm trước cách đây
mục cha
commit
a25663d64f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/rtl-extra/src/amiga/sockets.pp

+ 1 - 1
packages/rtl-extra/src/amiga/sockets.pp

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