Browse Source

* GUID_NULL constant added. Delphi compat, bug10494

git-svn-id: trunk@9565 -
marco 17 years ago
parent
commit
78138162a6
1 changed files with 3 additions and 0 deletions
  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