浏览代码

* Somebody forgot to adapt bsd again

marco 21 年之前
父节点
当前提交
72d0c3e839
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/freebsd/tthread.inc

+ 5 - 2
rtl/freebsd/tthread.inc

@@ -407,7 +407,7 @@ end;
 {$define WRITE_DEBUG := //}      // just comment out those lines
 {$ENDIF}
 
-function ThreadFunc(parameter: Pointer): LongInt; cdecl;
+function ThreadFunc(parameter: Pointer): LongInt; 
 var
   LThread: TThread;
   c: char;
@@ -606,7 +606,10 @@ end;
 
 {
   $Log$
-  Revision 1.8  2004-01-03 12:18:29  marco
+  Revision 1.9  2004-03-06 01:27:40  marco
+   * Somebody forgot to adapt bsd again
+
+  Revision 1.8  2004/01/03 12:18:29  marco
    * a lot of copyright notices and CVS logs added and fixed
 
   Revision 1.7  2003/11/22 11:04:08  marco