* set tchar to ansichar if ifndef unicode. Probably doesn't matter, since but

reads cleaner.

git-svn-id: trunk@24450 -
This commit is contained in:
marco 2013-05-05 10:25:10 +00:00
parent 3af8cab1de
commit 548879f450

View File

@ -260,7 +260,7 @@
BCHAR = word; BCHAR = word;
{$else} {$else}
TBYTE = byte; TBYTE = byte;
TCHAR = char; TCHAR = ansichar;
BCHAR = BYTE; BCHAR = BYTE;
{$endif} {$endif}