summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/external_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/external_funcs.h')
-rw-r--r--plugins/IEView/src/external_funcs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/IEView/src/external_funcs.h b/plugins/IEView/src/external_funcs.h
index 173274a0ce..7a693198a7 100644
--- a/plugins/IEView/src/external_funcs.h
+++ b/plugins/IEView/src/external_funcs.h
@@ -1,4 +1,10 @@
+enum EXTERNAL_FUNCTIONS
+{
+ DISPID_EXTERNAL_DB_GET = 652
+};
+
namespace External
{
HRESULT db_get(DISPPARAMS *pDispParams, VARIANT *pVarResult);
+ HRESULT ShellExec(DISPPARAMS *pDispParams, VARIANT *pVarResult);
} \ No newline at end of file