소스 검색

* small 1.0 compat fix

marco 22 년 전
부모
커밋
1ff6fd5e6a
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      rtl/freebsd/classes.pp

+ 6 - 2
rtl/freebsd/classes.pp

@@ -45,13 +45,17 @@ initialization
 finalization
   CommonCleanup;
 
+{$ifndef ver1_0}
   if ThreadsInited then
      DoneThreads;
-
+{$endif}
 end.
 {
   $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
 
   Revision 1.2  2003/10/09 10:55:20  marco