mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
lazutils: comments
git-svn-id: trunk@51998 -
This commit is contained in:
parent
f6f9223b30
commit
f2e4d7db58
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user