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:
parent
a64f1c9064
commit
02cdfd63de
@ -40,7 +40,7 @@ uses
|
||||
procedure Register;
|
||||
implementation
|
||||
uses Forms, LazarusPackageIntf, RxTextHolder, ComponentEditors, RxTextHolder_Editor,
|
||||
rxconst, StrHolder, PropEdits, StringsPropEditDlg, UITypes;
|
||||
rxconst, StrHolder, PropEdits, StringsPropEditDlg, {$IF FPC_FULLVERSION >= 30200}System.{$ENDIF}UITypes;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user