You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed Lazarus build issue
This commit is contained in:
@@ -1544,8 +1544,8 @@ begin
|
||||
|
||||
if (NetServerGetInfo(nil, 101, Pointer(TempBuffer)) = NO_ERROR) then
|
||||
try
|
||||
aMajor := TempBuffer.sv101_version_major and MAJOR_VERSION_MASK;
|
||||
aMinor := TempBuffer.sv101_version_minor;
|
||||
aMajor := TempBuffer^.sv101_version_major and MAJOR_VERSION_MASK;
|
||||
aMinor := TempBuffer^.sv101_version_minor;
|
||||
Result := True;
|
||||
finally
|
||||
NetApiBufferFree(TempBuffer);
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 480,
|
||||
"InternalVersion" : 481,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "112.2.9"
|
||||
}
|
||||
|
Reference in New Issue
Block a user