mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 19:10:18 +02:00
* bug in country info code fixed
This commit is contained in:
parent
588efe2ed1
commit
89279cc0f0
@ -395,8 +395,8 @@ begin
|
|||||||
Regs.DI := transfer_buffer and 15;
|
Regs.DI := transfer_buffer and 15;
|
||||||
Regs.CX := SizeOf(TCountryInfo);
|
Regs.CX := SizeOf(TCountryInfo);
|
||||||
RealIntr($21, Regs);
|
RealIntr($21, Regs);
|
||||||
DosMemGet(transfer_buffer shr 16,
|
DosMemGet(transfer_buffer div 16,
|
||||||
transfer_buffer and 65535,
|
transfer_buffer and 15,
|
||||||
CountryInfo, Regs.CX );
|
CountryInfo, Regs.CX );
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -454,7 +454,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 1999-02-28 13:18:12 michael
|
Revision 1.6 1999-08-19 14:00:08 pierre
|
||||||
|
* bug in country info code fixed
|
||||||
|
|
||||||
|
Revision 1.5 1999/02/28 13:18:12 michael
|
||||||
+ Added internationalization support
|
+ Added internationalization support
|
||||||
|
|
||||||
Revision 1.4 1999/02/24 15:57:28 michael
|
Revision 1.4 1999/02/24 15:57:28 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user