mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +02:00
* getenv had ansistring as param due to {$H+} now shortstring.
This commit is contained in:
parent
d379e7285a
commit
139913d009
@ -43,7 +43,7 @@ Uses
|
||||
|
||||
{$Define OS_FILEISREADONLY} // Specific implementation for Unix.
|
||||
|
||||
Function getenv(name:string):Pchar; external name 'FPC_SYSC_FPGETENV';
|
||||
Function getenv(name:shortstring):Pchar; external name 'FPC_SYSC_FPGETENV';
|
||||
|
||||
Type
|
||||
ComStr = String[255];
|
||||
@ -1088,7 +1088,10 @@ end.
|
||||
{
|
||||
|
||||
$Log$
|
||||
Revision 1.52 2004-11-02 13:59:42 marco
|
||||
Revision 1.53 2004-11-06 17:24:07 marco
|
||||
* getenv had ansistring as param due to {$H+} now shortstring.
|
||||
|
||||
Revision 1.52 2004/11/02 13:59:42 marco
|
||||
* timezone stuff back to unix
|
||||
|
||||
Revision 1.51 2004/11/01 07:10:56 peter
|
||||
|
Loading…
Reference in New Issue
Block a user