Forráskód Böngészése

- removed duplicated type pointer definitions

git-svn-id: trunk@7046 -
Tomas Hajny 18 éve
szülő
commit
ed22287ae2
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      rtl/netwlibc/libc.pp

+ 3 - 2
rtl/netwlibc/libc.pp

@@ -18,6 +18,7 @@
 unit libc;
 interface
 
+
 { Netware libc interface
   Translated from c ndk Armin Diehl 2004/09/02 }
 {$endif}
@@ -28,14 +29,14 @@ const
 
 { Pointers to basic pascal types, inserted by h2pas conversion program.}
 Type
-{$ifndef INCLUDED_FROM_SYSTEM}
+{ $ifndef INCLUDED_FROM_SYSTEM - (always available in 2.0.x and above - TH)
   PLongint  = ^Longint;
   PSmallInt = ^SmallInt;
   PByte     = ^Byte;
   PWord     = ^Word;
   PDWord    = ^DWord;
   PDouble   = ^Double;
-{$endif}
+$endif}
   PPPChar   = ^PPChar;
   void      = pointer;
   cint      = longint;