summaryrefslogtreecommitdiff
path: root/fpcsrc/utils/fppkg/lnet/sys/lspawnfcgiwin.inc
blob: d18c166afb41b67cce6854f19a2f3521d75d904c (plain)
1
2
3
4
5
6
7


function SpawnFCGIProcess(App, Enviro: string; const aPort: Word): Integer;
begin
  Result:=0; // TODO: implement
end;