aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/fft/UFFT.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/lib/fft/UFFT.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/Game/Code/lib/fft/UFFT.pas b/Game/Code/lib/fft/UFFT.pas
index e0f03630..87c981e0 100644
--- a/Game/Code/lib/fft/UFFT.pas
+++ b/Game/Code/lib/fft/UFFT.pas
@@ -47,10 +47,9 @@ unit UFFT;
{$IFDEF FPC}
{$MODE Delphi}
+ {$H+} // Use AnsiString
{$ENDIF}
-{$I switches.inc}
-
interface
type
TSingleArray = array[0..0] of Single;