Selaa lähdekoodia

* removed word=word declaration

peter 25 vuotta sitten
vanhempi
commit
2a82f37c0b
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 3
      rtl/win32/wininc/base.inc

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

@@ -245,7 +245,6 @@
      WCHAR = word;
      WCHAR = word;
 
 
      UINT   = cardinal;
      UINT   = cardinal;
-     WORD   = word;
      ULONG  = cardinal;
      ULONG  = cardinal;
      USHORT = word;
      USHORT = word;
 
 
@@ -941,7 +940,10 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-07-13 11:33:58  michael
+  Revision 1.3  2000-08-16 18:35:19  peter
+    * removed word=word declaration
+
+  Revision 1.2  2000/07/13 11:33:58  michael
   + removed logs
   + removed logs
- 
+
 }
 }