mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:19:37 +02:00
* fix for bug4279, added stdcall
git-svn-id: trunk@863 -
This commit is contained in:
parent
89a8b4cfec
commit
31a0752a37
@ -13,8 +13,8 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
function GetEnvironmentStrings : pchar; external 'kernel32' name 'GetEnvironmentStringsA';
|
||||
function FreeEnvironmentStrings(p : pchar) : longbool; external 'kernel32' name 'FreeEnvironmentStringsA';
|
||||
function GetEnvironmentStrings : pchar; stdcall; external 'kernel32' name 'GetEnvironmentStringsA';
|
||||
function FreeEnvironmentStrings(p : pchar) : longbool; stdcall; external 'kernel32' name 'FreeEnvironmentStringsA';
|
||||
|
||||
Procedure SysGetEnvironmentList(List : TStrings;NamesOnly : Boolean);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user