فهرست منبع

* 'cardinal=longint' removed

Tomas Hajny 26 سال پیش
والد
کامیت
3864bcaf25
3فایلهای تغییر یافته به همراه0 افزوده شده و 12 حذف شده
  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;