include/activscp.idl: Add some defines.
diff --git a/include/activscp.idl b/include/activscp.idl
index e75fbec..9be7ec4 100644
--- a/include/activscp.idl
+++ b/include/activscp.idl
@@ -40,8 +40,11 @@
 cpp_quote("#define SCRIPTPROP_HOSTSTACKREQUIRED      0x00001003")
 cpp_quote("#define SCRIPTPROP_DEBUGGER               0x00001100")
 cpp_quote("#define SCRIPTPROP_JITDEBUG               0x00001101")
-cpp_quote("#define SCRIPTPROP_HACK_FIBERSUPPORT      0x70000000")
-cpp_quote("#define SCRIPTPROP_HACK_TRIDENTEVENTSINK  0x70000001")
+cpp_quote("#define SCRIPTPROP_INVOKEVERSIONING       0x00004000")
+
+cpp_quote("#define SCRIPTPROP_HACK_FIBERSUPPORT                0x70000000")
+cpp_quote("#define SCRIPTPROP_HACK_TRIDENTEVENTSINK            0x70000001")
+cpp_quote("#define SCRIPTPROP_ABBREVIATE_GLOBALNAME_RESOLUTION 0x70000002")
  
 typedef enum tagSCRIPTSTATE {
     SCRIPTSTATE_UNINITIALIZED = 0,