* adapt to new palmos system unit

This commit is contained in:
pierre 2003-01-14 08:20:05 +00:00
parent 4fec8d0699
commit 8797c7ea07

View File

@ -7,6 +7,8 @@
{$APPID FPCA}
{$APPNAME FPC Demo}
{$R pilrctst.rcp}
program pilrctst;
uses
@ -37,10 +39,6 @@ program pilrctst;
var
kidForm : longint;
{function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;public;[alias: 'PilotMain'];}
var
b : boolean;
e : EventType;
@ -49,9 +47,7 @@ program pilrctst;
ptbl : PTableType;
begin
{if _cmd=0 then }
begin
kidForm:=kidForm1;
kidForm:=kidForm3;
FrmGotoForm(kidForm);
while true do
begin
@ -107,9 +103,4 @@ program pilrctst;
FrmHandleEvent(FrmGetActiveForm,e);
end;
end;
end;
{PilotMain:=0;
end;
begin}
end.