mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-23 07:33:49 +02:00
Kolibri character types moved to System unit
This commit is contained in:
@@ -9,14 +9,6 @@ unit KolibriOS;
|
||||
interface
|
||||
|
||||
type
|
||||
KolibriChar = AnsiChar;
|
||||
PKolibriChar = PAnsiChar;
|
||||
PPKolibriChar = PPAnsiChar;
|
||||
|
||||
{$IF CompilerVersion < 15}
|
||||
UInt64 = Int64;
|
||||
{$IFEND}
|
||||
|
||||
TSize = packed record
|
||||
Height: Word;
|
||||
Width: Word;
|
||||
|
Reference in New Issue
Block a user