Browse Source

* reference to EnvC and EnvP fixed

git-svn-id: trunk@218 -
Tomas Hajny 20 years ago
parent
commit
b0300f64d2
1 changed files with 0 additions and 13 deletions
  1. 0 13
      fcl/os2/custapp.inc

+ 0 - 13
fcl/os2/custapp.inc

@@ -15,12 +15,6 @@
 
 { taken from dos unit }
 
-type
-    PPChar = ^PChar;
-
-var EnvC: longint; external name '_envc';
-    EnvP: PPChar; external name '_environ';
-
 function EnvStr (Index: longint): string;
 
 var HP: PChar;
@@ -56,10 +50,3 @@ begin
     List.Add(S);
     end;
 end;
-
-{
-  $Log: custapp.inc,v $
-  Revision 1.3  2005/02/14 17:13:16  peter
-    * truncate log
-
-}