Browse Source

rtl: fixate IUnknown to style COM

mattias 7 years ago
parent
commit
ed552d5c67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl/system.pas

+ 1 - 0
packages/rtl/system.pas

@@ -125,6 +125,7 @@ const
   E_NOTIMPL     = -2147467263; // FPC: longint($80004001)
 
 type
+  {$Interfaces COM}
   IUnknown = interface
     ['{00000000-0000-0000-C000-000000000046}']
     function QueryInterface(const iid: TGuid; out obj): Integer;