Explorar o código

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

git-svn-id: trunk@5142 -

peter %!s(int64=19) %!d(string=hai) anos
pai
achega
b538256145
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/win/wininc/base.inc

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

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