diff options
Diffstat (limited to '')
-rw-r--r-- | cmake/src/lib/other/DirWatch.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/src/lib/other/DirWatch.pas b/cmake/src/lib/other/DirWatch.pas index 9d395840..1e00ec5d 100644 --- a/cmake/src/lib/other/DirWatch.pas +++ b/cmake/src/lib/other/DirWatch.pas @@ -25,7 +25,7 @@ interface {$IFDEF FPC} {$MODE Delphi} - {$H+} // use AnsiString + {$H+} // use long strings {$ENDIF} uses |