* corrected characters >127 broken by DBCS editor

This commit is contained in:
Tomas Hajny 1999-08-10 14:18:40 +00:00
parent 7982d8c842
commit c22c7ffa66

View File

@ -1,10 +1,12 @@
{Set tabsize to 4.} {Set tabsize to 4.}
{**************************************************************************** {****************************************************************************
$Id$
DOSCALLS interface unit DOSCALLS interface unit
FPC Pascal Runtime Library for OS/2 FPC Pascal Runtime Library for OS/2
Copyright (c) 1993,94 by Florian Klmpfl Copyright (c) 1993,94 by Florian Klaempfl
Copyright (c) 1997 by Dani l Mantione Copyright (c) 1997 by Daniel Mantione
The FPK-Pascal runtime library is distributed under the Library GNU Public The FPK-Pascal runtime library is distributed under the Library GNU Public
License v2. So is this unit. The Library GNU Public License requires you to License v2. So is this unit. The Library GNU Public License requires you to
@ -49,7 +51,7 @@ unit DosCalls;
instead of just a PChar, thanks to that cool feature of procedure instead of just a PChar, thanks to that cool feature of procedure
overloading. overloading.
Dani l Mantione, Daniel Mantione,
June 1997 June 1997
Changelog: Changelog:
@ -63,7 +65,7 @@ Changelog:
'word' to 'longint'. 'word' to 'longint'.
People: People:
DM - Dani l Mantione DM - Daniel Mantione
TH - Tomas Hajny (XHajT03@mbox.vol.cz on Internet) TH - Tomas Hajny (XHajT03@mbox.vol.cz on Internet)
Date: Description of change: Changed by: Date: Description of change: Changed by:
@ -3819,4 +3821,9 @@ procedure FlatToSel;
external 'DOSCALLS' index 426; external 'DOSCALLS' index 426;
end. end.
{
$Log$
Revision 1.6 1999-08-10 14:18:40 hajny
* corrected characters >127 broken by DBCS editor
}