瀏覽代碼

* '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;