mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 15:57:18 +01:00
lazutils: fixed compilation on non windows
git-svn-id: trunk@52481 -
This commit is contained in:
parent
b13ba1b0b9
commit
824e8f1f9d
@ -62,8 +62,10 @@ function UTF8ToWinCP(const s: string): string; {$ifdef WinCe}inline;{$endif}
|
||||
|
||||
function ParamStrUTF8(Param: Integer): string;
|
||||
|
||||
{$ifdef windows}
|
||||
procedure GetFormatSettingsUTF8;
|
||||
procedure GetLocaleFormatSettingsUTF8(LCID: Integer; var aFormatSettings: TFormatSettings);
|
||||
{$endif}
|
||||
|
||||
function GetEnvironmentStringUTF8(Index: Integer): string;
|
||||
function GetEnvironmentVariableUTF8(const EnvVar: string): String;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user