mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-02 21:57:37 +02:00
added missing stdcall directive
This commit is contained in:
parent
ae840062db
commit
144f0268b3
@ -115,7 +115,7 @@ begin
|
|||||||
DestroyGlobalCEFApp;
|
DestroyGlobalCEFApp;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure ShowBrowser;
|
procedure ShowBrowser; stdcall;
|
||||||
begin
|
begin
|
||||||
WebBrowserFrm := TWebBrowserFrm.Create(nil);
|
WebBrowserFrm := TWebBrowserFrm.Create(nil);
|
||||||
WebBrowserFrm.Show;
|
WebBrowserFrm.Show;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user