mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 10:20:21 +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;
|
||||
{$else}
|
||||
TBYTE = byte;
|
||||
TCHAR = char;
|
||||
TCHAR = ansichar;
|
||||
BCHAR = BYTE;
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user