Browse Source

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

git-svn-id: trunk@24450 -

marco 12 years ago
parent
commit
548879f450
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/base.inc

+ 1 - 1
rtl/win/wininc/base.inc

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