1
0
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:
Salvador Díaz Fau 2018-07-06 17:33:59 +02:00
parent ae840062db
commit 144f0268b3

View File

@ -115,7 +115,7 @@ begin
DestroyGlobalCEFApp;
end;
procedure ShowBrowser;
procedure ShowBrowser; stdcall;
begin
WebBrowserFrm := TWebBrowserFrm.Create(nil);
WebBrowserFrm.Show;