mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* longint2cardinal
This commit is contained in:
parent
9f54e1b7c5
commit
f659dc38f9
@ -129,7 +129,7 @@ function kbdcharin(var Akeyrec:Tkbdkeyinfo;wait,kbdhandle:longint):word; cdecl;
|
||||
function kbdpeek(var Akeyrec:TkbdkeyInfo;kbdhandle:word):word; cdecl;
|
||||
external 'EMXWRAP' index 222;
|
||||
|
||||
function dossleep(time:longint):word; cdecl;
|
||||
function dossleep(time:cardinal):word; cdecl;
|
||||
external 'DOSCALLS' index 229;
|
||||
function vioscrollup(top,left,bottom,right,lines:longint;
|
||||
var screl:word;viohandle:longint):word; cdecl;
|
||||
@ -596,7 +596,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2003-09-24 12:30:08 yuri
|
||||
Revision 1.5 2003-10-18 16:53:21 hajny
|
||||
* longint2cardinal
|
||||
|
||||
Revision 1.4 2003/09/24 12:30:08 yuri
|
||||
* Removed emx code from crt.pas
|
||||
- Removed doscalls.imp (not full and obsolete)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user