mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
* 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:
parent
3af8cab1de
commit
548879f450
@ -260,7 +260,7 @@
|
|||||||
BCHAR = word;
|
BCHAR = word;
|
||||||
{$else}
|
{$else}
|
||||||
TBYTE = byte;
|
TBYTE = byte;
|
||||||
TCHAR = char;
|
TCHAR = ansichar;
|
||||||
BCHAR = BYTE;
|
BCHAR = BYTE;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user