Browse Source

* Fix uses clause mixup

Michaël Van Canneyt 1 year ago
parent
commit
139781a9c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/src/strutils.pas

+ 1 - 1
packages/rtl/src/strutils.pas

@@ -22,7 +22,7 @@ unit strutils;
 interface
 
 uses
-{$IFDEF FPC_DOTTEDUNITS}
+{$IFNDEF FPC_DOTTEDUNITS}
   SysUtils, Types;
 {$ELSE}  
   System.SysUtils, System.Types;