Browse Source

* wchar now system.wchar

marco 24 years ago
parent
commit
b9963e6ea8
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/win32/wininc/base.inc

+ 5 - 2
rtl/win32/wininc/base.inc

@@ -243,7 +243,7 @@
 {$endif}
 {$endif}
 
 
      UCHAR = byte;
      UCHAR = byte;
-     WCHAR = word;
+     WCHAR = System.wchar;	{Now in Systemh}
 
 
      UINT   = cardinal;
      UINT   = cardinal;
      ULONG  = cardinal;
      ULONG  = cardinal;
@@ -944,7 +944,10 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2001-07-30 14:08:57  marco
+  Revision 1.8  2001-07-30 14:35:13  marco
+   * wchar now system.wchar
+
+  Revision 1.7  2001/07/30 14:08:57  marco
    * plpstr and plpwstr added
    * plpstr and plpwstr added
 
 
   Revision 1.6  2001/06/27 21:37:39  peter
   Revision 1.6  2001/06/27 21:37:39  peter