Browse Source

* readd WCHAR, it is needed for compatibility. There is
code that uses windows types like Windows.WCHAR

git-svn-id: trunk@5142 -

peter 19 years ago
parent
commit
b538256145
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/base.inc

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

@@ -252,7 +252,7 @@
 {$endif}
 {$endif}
 
 
      UCHAR = byte;
      UCHAR = byte;
-//     WCHAR = WideChar;
+     WCHAR = WideChar;
 
 
      UINT   = cardinal;
      UINT   = cardinal;
      ULONG  = cardinal;
      ULONG  = cardinal;