fpc/utils/fppkg/lnet/sys/lspawnfcgiwin.inc
Almindor c6f7301087 * adds lnet subdir to fppkg for lnetpkg
git-svn-id: trunk@5802 -
2007-01-04 10:00:16 +00:00

8 lines
122 B
PHP

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