aboutsummaryrefslogtreecommitdiff
path: root/multimedia/winff/files/patch-winff_unit1.pas
blob: c130aceb9cfb7905eb37cafe633be0c17a59e741 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- winff/unit1.pas.orig	2024-04-16 20:11:03 UTC
+++ winff/unit1.pas
@@ -31,7 +31,7 @@ uses
     {$IFDEF TRANSLATESTRING}, DefaultTranslator{$ENDIF},
     ExtCtrls, ComCtrls, Spin, PoTranslator, types, FileUtil, regexpr
     {$IFDEF WINDOWS}, LazUTF8, LazFileUtils {$endif}
-    {$IFDEF linux},  LazUTF8, LazFileUtils {$endif};
+    {$IFDEF unix},  LazUTF8, LazFileUtils {$endif};
 
 type
     TfrmMain = class(TForm)