From e0a53609f587b1fd1b1daff2ae96feb8f39b62e1 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Wed, 20 Jan 2016 19:48:02 +0000 Subject: IEView: code cleanup, vs2010 compilation fix(?) git-svn-id: http://svn.miranda-ng.org/main/trunk@16131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/external_funcs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/IEView/src/external_funcs.h') 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 -- cgit v1.2.3