2
0
Эх сурвалжийг харах

* 'cardinal=longint' removed

Tomas Hajny 26 жил өмнө
parent
commit
3864bcaf25

+ 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;