mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
IDE: changed default for new project: use ansistring
git-svn-id: trunk@23521 -
This commit is contained in:
parent
0c05d303b6
commit
e8bfdf298f
@ -2897,7 +2897,7 @@ begin
|
||||
fCMacros := false;
|
||||
fInitConst := false;
|
||||
fStaticKeyword := false;
|
||||
fUseAnsiStr := false;
|
||||
fUseAnsiStr := true;
|
||||
|
||||
// code generation
|
||||
fSmartLinkUnit := false;
|
||||
|
Loading…
Reference in New Issue
Block a user