Quellcode durchsuchen

* 'cardinal=longint' removed

Tomas Hajny vor 26 Jahren
Ursprung
Commit
3864bcaf25
3 geänderte Dateien mit 0 neuen und 12 gelöschten Zeilen
  1. 0 4
      rtl/os2/kbdcalls.pas
  2. 0 4
      rtl/os2/moucalls.pas
  3. 0 4
      rtl/os2/viocalls.pas

+ 0 - 4
rtl/os2/kbdcalls.pas

@@ -186,10 +186,6 @@ normal conditions)}
 
 
 type
-
-(*This should be removed as soon as cardinal arithmetic in FPC works OK.*)
-    cardinal=longint;
-
 {TKbdKeyInfo - record type for character data for KbdCharIn and KbdPeek}
 (*   #pragma pack(2) ??? *)
     TKbdKeyInfo=record

+ 0 - 4
rtl/os2/moucalls.pas

@@ -170,10 +170,6 @@ normal conditions)}
     MOU_MICKEYS =2;
 
 type
-
-(*This should be removed as soon as cardinal arithmetic in FPC works OK.*)
-    cardinal=longint;
-
 {unnecessary, just FYI}
     THMOU=word;
     PHMOU=^THMOU;

+ 0 - 4
rtl/os2/viocalls.pas

@@ -343,10 +343,6 @@ resolution.}
 
 
 type
-
-(*This should be removed as soon as cardinal arithmetic in FPC works OK.*)
-    cardinal=longint;
-
 {unnecessary, just FYI}
     THVio=word;
     PHVio=^THVio;