mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 11:30:30 +02:00
* make the meaning of "string" in {$h+} mode the same as that of ansistring:
"type ansistring(CP_ACP)", rather than "type ansistring(sourcefilecodepage)" git-svn-id: trunk@31847 -
This commit is contained in:
parent
406d5b7b3d
commit
8e50695f78
@ -132,7 +132,7 @@ implementation
|
||||
if m_default_unicodestring in current_settings.modeswitches then
|
||||
def:=cunicodestringtype
|
||||
else
|
||||
def:=getansistringdef
|
||||
def:=cansistringtype
|
||||
end
|
||||
else
|
||||
def:=cshortstringtype;
|
||||
|
Loading…
Reference in New Issue
Block a user