Browse Source

* Integer -> longint

michael 5 years ago
parent
commit
f75a471eeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/system.pas

+ 1 - 1
packages/rtl/system.pas

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