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