You've already forked lazarus-ccr
RxFPC:fix compile with FPC >=3.2 - use System.UITypes instead UITypes from LazUtils
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8878 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -40,7 +40,7 @@ uses
|
|||||||
procedure Register;
|
procedure Register;
|
||||||
implementation
|
implementation
|
||||||
uses Forms, LazarusPackageIntf, RxTextHolder, ComponentEditors, RxTextHolder_Editor,
|
uses Forms, LazarusPackageIntf, RxTextHolder, ComponentEditors, RxTextHolder_Editor,
|
||||||
rxconst, StrHolder, PropEdits, StringsPropEditDlg, UITypes;
|
rxconst, StrHolder, PropEdits, StringsPropEditDlg, {$IF FPC_FULLVERSION >= 30200}System.{$ENDIF}UITypes;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user