mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 22:39:21 +02:00
LazUtils: fix comments in lazutils_defines.inc.
git-svn-id: trunk@52607 -
This commit is contained in:
parent
37add56709
commit
cc2b0f718e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user