From 94d9d8fe46d9c889929535783283938990281820 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 8 Nov 2001 13:56:35 +0000 Subject: [PATCH] * Fixed a ifdef linux to ifdef unix (related to TRTL change) --- rtl/unix/sysunixh.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rtl/unix/sysunixh.inc b/rtl/unix/sysunixh.inc index df3468675c..86ab6d0f89 100644 --- a/rtl/unix/sysunixh.inc +++ b/rtl/unix/sysunixh.inc @@ -19,7 +19,7 @@ {$I systemh.inc} -{$ifdef linux} +{$ifdef Unix} type { the fields of this record are os dependent } { and they shouldn't be used in a program } @@ -35,7 +35,7 @@ type { include threading stuff } {$i threadh.inc} -{$endif linux} +{$endif unix} {$I heaph.inc} @@ -73,7 +73,10 @@ var { $Log$ - Revision 1.12 2001-10-23 21:51:03 peter + Revision 1.13 2001-11-08 13:56:35 marco + * Fixed a ifdef linux to ifdef unix (related to TRTL change) + + Revision 1.12 2001/10/23 21:51:03 peter * criticalsection renamed to rtlcriticalsection for kylix compatibility Revision 1.11 2001/10/14 13:33:21 peter