You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Fixed build issue in Windows
This commit is contained in:
@@ -207,8 +207,8 @@ begin
|
||||
end;
|
||||
|
||||
function TCEFLinuxOSRIMEHandler.ConnectSignals: boolean;
|
||||
var
|
||||
TempHandlerID1, TempHandlerID2, TempHandlerID3, TempHandlerID4 : gulong;
|
||||
var
|
||||
TempHandlerID1, TempHandlerID2, TempHandlerID3, TempHandlerID4 : {$IF DEFINED(LCLGTK2) or DEFINED(LCLGTK3)}gulong{$ELSE}cardinal{$ENDIF};
|
||||
{$IF DEFINED(LCLGTK2) or DEFINED(LCLGTK3)}
|
||||
TempData : GPointer;
|
||||
{$ENDIF}
|
||||
|
||||
Reference in New Issue
Block a user