浏览代码

MorphOS: fixed sockets inside threads

git-svn-id: trunk@33727 -
marcus 9 年之前
父节点
当前提交
a25663d64f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}