* reference to EnvC and EnvP fixed

git-svn-id: trunk@218 -
This commit is contained in:
Tomas Hajny 2005-06-05 14:20:26 +00:00
parent 1f84c12ae4
commit b0300f64d2

View File

@ -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
}