mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* init
This commit is contained in:
parent
149aae2d9c
commit
d6ad81a46e
9
fcl/os2/ezcgi.inc
Normal file
9
fcl/os2/ezcgi.inc
Normal file
@ -0,0 +1,9 @@
|
||||
Uses Dos;
|
||||
|
||||
{ Declared EXPLICITLY with Ansistring, so NO mistaking is possible }
|
||||
|
||||
Function Getenv (Var EnvVar : AnsiString): AnsiString;
|
||||
|
||||
begin
|
||||
Result:=Dos.Getenv(EnvVar);
|
||||
end;
|
Loading…
Reference in New Issue
Block a user