Ver Fonte

* Integer -> longint

michael há 5 anos atrás
pai
commit
f75a471eeb
1 ficheiros alterados com 1 adições e 1 exclusões
  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;