Przeglądaj źródła

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

git-svn-id: trunk@5142 -

peter 19 lat temu
rodzic
commit
b538256145
1 zmienionych plików z 1 dodań i 1 usunięć
  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;