Ver Fonte

* GUID_NULL constant added. Delphi compat, bug10494

git-svn-id: trunk@9565 -
marco há 17 anos atrás
pai
commit
78138162a6
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      packages/base/winunits/activex.pp

+ 3 - 0
packages/base/winunits/activex.pp

@@ -42,6 +42,9 @@ TYPE
      OleChar             = WChar;
      LPOLESTR            = ^OLECHAR;
 
+CONST 
+   GUID_NULL  : TGUID =  '{00000000-0000-0000-0000-000000000000}';
+
      // bit flags for IExternalConnection
 CONST
     EXTCONN_STRONG              = $0001;   // strong connection