You've already forked lazarus-ccr
Minor change so it compiles with Laz 1.6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4444 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -5417,7 +5417,8 @@ procedure TOvcCustomTable.ctimQueryOptions(var Msg : TMessage);
|
|||||||
{$IFNDEF LCL}
|
{$IFNDEF LCL}
|
||||||
Msg.Result := longint(word(FOptions));
|
Msg.Result := longint(word(FOptions));
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Msg.Result := longint(FOptions);
|
// Msg.Result := longint(FOptions); //this used to compile - not sure what changed in Laz 1.6
|
||||||
|
Msg.Result := longint(word(FOptions));
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
{--------}
|
{--------}
|
||||||
|
Reference in New Issue
Block a user