* 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:
Jonas Maebe 2015-09-27 14:46:41 +00:00
parent 406d5b7b3d
commit 8e50695f78

View File

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