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