mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* SysLocale initialized to empty for OS/2 too - probably wrong for DBCS versions
This commit is contained in:
parent
87aa9bdf60
commit
0af5c95b6c
@ -856,6 +856,7 @@ begin
|
|||||||
CurrencyString := PChar (CtryInfo.CurrencyUnit);
|
CurrencyString := PChar (CtryInfo.CurrencyUnit);
|
||||||
end;
|
end;
|
||||||
InitAnsi;
|
InitAnsi;
|
||||||
|
InitInternationalGeneric;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function SysErrorMessage(ErrorCode: Integer): String;
|
function SysErrorMessage(ErrorCode: Integer): String;
|
||||||
@ -1033,7 +1034,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.49 2005-02-14 17:13:31 peter
|
Revision 1.50 2005-03-01 23:27:57 hajny
|
||||||
|
* SysLocale initialized to empty for OS/2 too - probably wrong for DBCS versions
|
||||||
|
|
||||||
|
Revision 1.49 2005/02/14 17:13:31 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user