* modified so that it compiles again

This commit is contained in:
pierre 2002-12-18 17:25:17 +00:00
parent 0e5a3d8b13
commit 40179afc2d

View File

@ -37,7 +37,9 @@ program pilrctst;
var
kidForm : longint;
function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;public;[alias: 'PilotMain'];
{function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;public;[alias: 'PilotMain'];}
var
b : boolean;
@ -47,7 +49,7 @@ function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;
ptbl : PTableType;
begin
if _cmd=0 then
{if _cmd=0 then }
begin
kidForm:=kidForm1;
FrmGotoForm(kidForm);
@ -106,8 +108,8 @@ function PilotMain(_cmd : Word;_cmdPBP : Ptr;_launchFlags : Word) : DWord;cdecl;
end;
end;
end;
PilotMain:=0;
{PilotMain:=0;
end;
begin
begin}
end.