You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-09-30 21:28:55 +02:00
Fixed build issue in Windows
This commit is contained in:
@@ -208,7 +208,7 @@ end;
|
||||
|
||||
function TCEFLinuxOSRIMEHandler.ConnectSignals: boolean;
|
||||
var
|
||||
TempHandlerID1, TempHandlerID2, TempHandlerID3, TempHandlerID4 : gulong;
|
||||
TempHandlerID1, TempHandlerID2, TempHandlerID3, TempHandlerID4 : {$IF DEFINED(LCLGTK2) or DEFINED(LCLGTK3)}gulong{$ELSE}cardinal{$ENDIF};
|
||||
{$IF DEFINED(LCLGTK2) or DEFINED(LCLGTK3)}
|
||||
TempData : GPointer;
|
||||
{$ENDIF}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 773,
|
||||
"InternalVersion" : 774,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "139.0.28"
|
||||
}
|
||||
|
Reference in New Issue
Block a user