mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 16:26:40 +02:00
* fixed heaptrc for win64
git-svn-id: trunk@3122 -
This commit is contained in:
parent
f8793bd6ec
commit
0a1275dcf7
@ -1090,7 +1090,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
{$ifdef win32}
|
||||
{$if defined(win32) or defined(win64)}
|
||||
function GetEnvironmentStrings : pchar; stdcall;
|
||||
external 'kernel32' name 'GetEnvironmentStringsA';
|
||||
function FreeEnvironmentStrings(p : pchar) : longbool; stdcall;
|
||||
@ -1118,7 +1118,7 @@ begin
|
||||
end;
|
||||
FreeEnvironmentStrings(p);
|
||||
end;
|
||||
{$else win32}
|
||||
{$else defined(win32) or defined(win64)}
|
||||
|
||||
{$ifdef wince}
|
||||
Function GetEnv(P:string):Pchar;
|
||||
|
Loading…
Reference in New Issue
Block a user