mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:29:33 +02:00
* Set global CustomApplication variable
git-svn-id: trunk@14795 -
This commit is contained in:
parent
5b1e713e5b
commit
ac7c145c04
@ -32,10 +32,13 @@ Var
|
|||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
|
uses CustApp;
|
||||||
|
|
||||||
Procedure InitCGI;
|
Procedure InitCGI;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application:=TCGIApplication.Create(Nil);
|
Application:=TCGIApplication.Create(Nil);
|
||||||
|
CustomApplication:=Application;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure DoneCGI;
|
Procedure DoneCGI;
|
||||||
|
Loading…
Reference in New Issue
Block a user