mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +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
|
||||
|
||||
uses CustApp;
|
||||
|
||||
Procedure InitCGI;
|
||||
|
||||
begin
|
||||
Application:=TCGIApplication.Create(Nil);
|
||||
CustomApplication:=Application;
|
||||
end;
|
||||
|
||||
Procedure DoneCGI;
|
||||
|
Loading…
Reference in New Issue
Block a user