Browse Source

* Fixed compilation.

git-svn-id: trunk@9559 -
yury 17 years ago
parent
commit
e5f3a6b631
3 changed files with 0 additions and 17 deletions
  1. 0 1
      .gitattributes
  2. 0 2
      rtl/symbian/system.pp
  3. 0 14
      rtl/symbian/systhrd.inc

+ 0 - 1
.gitattributes

@@ -5523,7 +5523,6 @@ rtl/symbian/sysheap.inc svneol=native#text/plain
 rtl/symbian/sysos.inc svneol=native#text/plain
 rtl/symbian/sysos.inc svneol=native#text/plain
 rtl/symbian/sysosh.inc svneol=native#text/plain
 rtl/symbian/sysosh.inc svneol=native#text/plain
 rtl/symbian/system.pp svneol=native#text/plain
 rtl/symbian/system.pp svneol=native#text/plain
-rtl/symbian/systhrd.inc svneol=native#text/plain
 rtl/symbian/uiq.pas -text
 rtl/symbian/uiq.pas -text
 rtl/symbian/uiqclasses.pas -text
 rtl/symbian/uiqclasses.pas -text
 rtl/symbian/uiqinc/qikapplication.inc -text
 rtl/symbian/uiqinc/qikapplication.inc -text

+ 0 - 2
rtl/symbian/system.pp

@@ -24,8 +24,6 @@ interface
   {$define Set_i386_Exception_handler}
   {$define Set_i386_Exception_handler}
 {$endif cpui386}
 {$endif cpui386}
 
 
-{$define DISABLE_NO_THREAD_MANAGER}
-
 { include system-independent routine headers }
 { include system-independent routine headers }
 {$I systemh.inc}
 {$I systemh.inc}
 
 

+ 0 - 14
rtl/symbian/systhrd.inc

@@ -1,14 +0,0 @@
-{
-    This file is part of the Free Pascal run time library.
-    Copyright (c) 2007 by contributors of the Free Pascal Compiler
-
-    Threading support implementation
-
-    See the file COPYING.FPC, included in this distribution,
-    for details about the copyright.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- **********************************************************************}