mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
CRT.KeyPressedFunc declaration bugfix
This commit is contained in:
@@ -90,7 +90,7 @@ var
|
|||||||
GetFlags: function: LongWord; stdcall;
|
GetFlags: function: LongWord; stdcall;
|
||||||
GetFontHeight: function: Integer; stdcall;
|
GetFontHeight: function: Integer; stdcall;
|
||||||
GotoXYProc: procedure(X, Y: Integer); stdcall;
|
GotoXYProc: procedure(X, Y: Integer); stdcall;
|
||||||
KeyPressedFunc: function: Boolean;
|
KeyPressedFunc: function: Boolean; stdcall;
|
||||||
PrintF: function(const Str: PKolibriChar): Integer; cdecl varargs;
|
PrintF: function(const Str: PKolibriChar): Integer; cdecl varargs;
|
||||||
ReadKeyFunc: function: KolibriChar; stdcall;
|
ReadKeyFunc: function: KolibriChar; stdcall;
|
||||||
SetFlags: function(Flags: LongWord): LongWord; stdcall;
|
SetFlags: function(Flags: LongWord): LongWord; stdcall;
|
||||||
|
Reference in New Issue
Block a user