From d91f80979165e37e6d5b102ea55d898da8bdd95a Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 12 Jan 2009 16:19:17 +0000 Subject: comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize that long strings can be used for UTF-8 too. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1559 b956fd51-792f-4845-bead-9b4dfca2ff2c --- unicode/src/lib/other/DirWatch.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unicode/src/lib/other/DirWatch.pas') diff --git a/unicode/src/lib/other/DirWatch.pas b/unicode/src/lib/other/DirWatch.pas index 9d395840..1e00ec5d 100644 --- a/unicode/src/lib/other/DirWatch.pas +++ b/unicode/src/lib/other/DirWatch.pas @@ -25,7 +25,7 @@ interface {$IFDEF FPC} {$MODE Delphi} - {$H+} // use AnsiString + {$H+} // use long strings {$ENDIF} uses -- cgit v1.2.3