diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-20 19:11:39 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-20 19:11:39 +0000 |
commit | 553f922a7f1d56d0132b9e2dd2f01a9606a11108 (patch) | |
tree | d6b4900efdcf6ffe59b421dc2045324bfb80b7c6 /plugins/IEView/src/external_funcs.h | |
parent | 57b80b65d310667d22faa05906eaf4458f977483 (diff) |
IEView: code optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@16129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/external_funcs.h')
-rw-r--r-- | plugins/IEView/src/external_funcs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/IEView/src/external_funcs.h b/plugins/IEView/src/external_funcs.h new file mode 100644 index 0000000000..173274a0ce --- /dev/null +++ b/plugins/IEView/src/external_funcs.h @@ -0,0 +1,4 @@ +namespace External
+{
+ HRESULT db_get(DISPPARAMS *pDispParams, VARIANT *pVarResult);
+}
\ No newline at end of file |