mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* deprecated old shortstring getenv func.
git-svn-id: trunk@22364 -
This commit is contained in:
parent
670509cbf1
commit
e245802fa8
@ -65,7 +65,7 @@ function fptime :time_t; inline;
|
||||
Function fpSelect (N:cint;readfds,writefds,exceptfds:pfdset;TimeOut:cint):cint;
|
||||
Function fpSelect (var T:Text;TimeOut :PTimeval):cint;
|
||||
Function fpSelect (var T:Text;TimeOut :time_t):cint;
|
||||
Function FpGetEnv (name : String): pChar;
|
||||
Function FpGetEnv (name : String): pChar; deprecated; // because shortstring
|
||||
|
||||
// macro's
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user