LazUtils: fix comments in lazutils_defines.inc.

git-svn-id: trunk@52607 -
This commit is contained in:
bart 2016-07-03 15:15:09 +00:00
parent 37add56709
commit cc2b0f718e

View File

@ -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}