From cc2b0f718e10a6dc5e7749fc837fd6a14cb84604 Mon Sep 17 00:00:00 2001 From: bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Sun, 3 Jul 2016 15:15:09 +0000 Subject: [PATCH] LazUtils: fix comments in lazutils_defines.inc. git-svn-id: trunk@52607 - --- 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 dbeb2dafb8..5132b66c84 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} // 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 +{$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}