Jelajahi Sumber

* Integer -> longint

michael 5 tahun lalu
induk
melakukan
f75a471eeb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/rtl/system.pas

+ 1 - 1
packages/rtl/system.pas

@@ -50,7 +50,7 @@ const
                                Base types
 *****************************************************************************}
 type
-  HRESULT = Integer; // For Delphi compatibility
+  HRESULT = Longint; // For Delphi compatibility
   Int8 = ShortInt;
   UInt8 = Byte;
   Int16 = SmallInt;