lspawnfcgiwin.inc 122 B

1234567
  1. function SpawnFCGIProcess(App, Enviro: string; const aPort: Word): Integer;
  2. begin
  3. Result:=0; // TODO: implement
  4. end;