From f2e4d7db5889f49ebda2e1ca17e83d10d43d7262 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 20 Mar 2016 10:55:55 +0000 Subject: [PATCH] lazutils: comments git-svn-id: trunk@51998 - --- components/lazutils/lazutils_defines.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/lazutils/lazutils_defines.inc b/components/lazutils/lazutils_defines.inc index 537ebffb5e..dbeb2dafb8 100644 --- a/components/lazutils/lazutils_defines.inc +++ b/components/lazutils/lazutils_defines.inc @@ -1,9 +1,9 @@ // Add defines here. This file should be included in all LazUtils units headers -{$undef UTF8_RTL} -{$undef ACP_RTL} -{$undef NO_CP_RTL} +{$undef UTF8_RTL} // FPC 2.7.1 with codepages and default string = CP_UTF8 +{$undef ACP_RTL} // FPC 2.7.1 with codepages and default string = CP_ACP +{$undef NO_CP_RTL} // FPC 2.7.1 before string codepages {$ifdef FPC_HAS_CPSTRING}