Selaa lähdekoodia

* pointer's of some basetypes

marco 22 vuotta sitten
vanhempi
commit
a99cf467f9
2 muutettua tiedostoa jossa 21 lisäystä ja 5 poistoa
  1. 11 3
      rtl/bsd/ctypes.inc
  2. 10 2
      rtl/linux/ctypes.inc

+ 11 - 3
rtl/bsd/ctypes.inc

@@ -56,11 +56,19 @@ Type
     cshort = integer;
     cshort = integer;
     cushort= word;
     cushort= word;
 
 
-    pcInt  = ^cInt;
+    pcInt   = ^cInt;
+    pcUInt  = ^cUInt;
+    pcLong  = ^cLong;
+    pculong = ^cuLong;
+    pcshort = ^cshort;
+    pcushort= ^cushort;
 
 
-{ 
+{   
    $Log$
    $Log$
-   Revision 1.1  2003-01-03 11:21:32  marco
+   Revision 1.2  2003-09-16 21:20:40  marco
+    * pointer's of some basetypes
+
+   Revision 1.1  2003/01/03 11:21:32  marco
     * copied and checked from Linux.
     * copied and checked from Linux.
 
 
 
 

+ 10 - 2
rtl/linux/ctypes.inc

@@ -56,11 +56,19 @@ Type
     cshort = integer;
     cshort = integer;
     cushort= word;
     cushort= word;
 
 
-    pcInt  = ^cInt;
+    pcInt   = ^cInt;
+    pcUInt  = ^cUInt;
+    pcLong  = ^cLong;
+    pculong = ^cuLong;
+    pcshort = ^cshort;
+    pcushort= ^cushort;
 
 
 { 
 { 
    $Log$
    $Log$
-   Revision 1.2  2002-12-18 16:43:26  marco
+   Revision 1.3  2003-09-16 21:20:40  marco
+    * pointer's of some basetypes
+
+   Revision 1.2  2002/12/18 16:43:26  marco
     * new unix rtl, linux part.....
     * new unix rtl, linux part.....
 
 
    Revision 1.1  2002/11/09 22:39:28  marco
    Revision 1.1  2002/11/09 22:39:28  marco