mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
Fixed LoadLibrary parameter for Linux
This commit is contained in:
parent
0be9d32bc3
commit
ea447c74d5
@ -2030,7 +2030,7 @@ begin
|
|||||||
{$IFDEF MSWINDOWS}
|
{$IFDEF MSWINDOWS}
|
||||||
FLibHandle := LoadLibraryExW(PWideChar(LibCefPath), 0, LOAD_WITH_ALTERED_SEARCH_PATH);
|
FLibHandle := LoadLibraryExW(PWideChar(LibCefPath), 0, LOAD_WITH_ALTERED_SEARCH_PATH);
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
FLibHandle := LoadLibrary(PChar(LibCefPath));
|
FLibHandle := LoadLibrary(LibCefPath);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
if (FLibHandle = 0) then
|
if (FLibHandle = 0) then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 143,
|
"InternalVersion" : 144,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "83.3.12.0"
|
"Version" : "83.3.12.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user