mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-23 07:33:49 +02:00
Example projects made compilable by any version of Delphi
This commit is contained in:
@@ -4,7 +4,7 @@ uses
|
||||
KolibriOS;
|
||||
|
||||
const
|
||||
AppPath = PPChar(32);
|
||||
AppPath = PPKolibriChar(32);
|
||||
|
||||
ARROW_BUTTON = 2;
|
||||
POINT_BUTTON = 3;
|
||||
@@ -39,7 +39,7 @@ type
|
||||
BitmapInfoHeader: TBitmapInfoHeader;
|
||||
end;
|
||||
|
||||
procedure ExtractFileDirectory(Src, Dst: PChar); stdcall;
|
||||
procedure ExtractFileDirectory(Src, Dst: PKolibriChar); stdcall;
|
||||
asm
|
||||
PUSH ESI
|
||||
PUSH EDI
|
||||
|
Reference in New Issue
Block a user