You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Fixed LoadLibrary parameter for Linux
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user