Browse Source

* Dotted rtl

Michaël Van Canneyt 1 year ago
parent
commit
36ef7ca8db
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/vcl-compat/src/system.devices.pp

+ 4 - 0
packages/vcl-compat/src/system.devices.pp

@@ -131,7 +131,11 @@ Type
 
 implementation
 
+{$IFDEF FPC_DOTTEDUNITS}
+uses System.SortBase;
+{$ELSE}
 uses sortbase;
+{$ENDIF}
 
 { TBaseDeviceInfo }