1
0
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:
salvadordf
2023-04-15 19:03:59 +02:00
parent a0e2bcfbd8
commit 7c2f9cab18
2 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 480,
"InternalVersion" : 481,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "112.2.9"
}