Browse Source

* fixed previously broken IDispatch declaration

git-svn-id: trunk@3385 -
florian 19 years ago
parent
commit
5a29c69982
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/inc/objpash.inc

+ 2 - 2
rtl/inc/objpash.inc

@@ -190,8 +190,8 @@
        IDispatch = interface(IUnknown)
           ['{00020400-0000-0000-C000-000000000046}']
           function GetTypeInfoCount(out count : longint) : HResult;stdcall;
-          function GetTypeInfo(Index,LocaleID : HResult;
-            out TypeInfo): LongInt;stdcall;
+          function GetTypeInfo(Index,LocaleID : longint;
+            out TypeInfo): HResult;stdcall;
           function GetIDsOfNames(const iid: TGUID; names: Pointer;
             NameCount, LocaleID: LongInt; DispIDs: Pointer) : HResult;stdcall;
           function Invoke(DispID: LongInt;const iid : TGUID;