Browse Source

* Fix typo in ifdef

Michaël Van Canneyt 1 year ago
parent
commit
3db14de527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/vcl-compat/src/system.pushnotifications.pp

+ 1 - 1
packages/vcl-compat/src/system.pushnotifications.pp

@@ -195,7 +195,7 @@ type
 implementation
 
 uses
-{$IFDEF FPC_DOTTEDUNIS}
+{$IFDEF FPC_DOTTEDUNITS}
   System.Generics.Defaults;
 {$ELSE}
   Generics.Defaults;