lazutils: comments

git-svn-id: trunk@51998 -
This commit is contained in:
mattias 2016-03-20 10:55:55 +00:00
parent f6f9223b30
commit f2e4d7db58

View File

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