* Fix compilation

This commit is contained in:
Michaël Van Canneyt 2023-07-15 13:58:49 +02:00
parent 097608c94e
commit 49697077fa

View File

@ -157,7 +157,7 @@ begin
Main(0,Nil);
end;
procedure TDaemonController.Main(Argc: DWord; Args: PPAnsiChar);
procedure TDaemonController.Main(Argc: DWord; Args: PPChar);
Var
T : TThread;