summaryrefslogtreecommitdiff
path: root/src/if_ole.idl
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-03-16 13:54:13 +0000
committerBram Moolenaar <Bram@vim.org>2008-03-16 13:54:13 +0000
commit0fde290e55feb8f3505c790c8ce9b5302893dfae (patch)
treef05b982aebd383f62e6d904a267bf9b9e3267cee /src/if_ole.idl
parent9701da0169c39ff259f281abfed7f3b4c1dbfc27 (diff)
downloadvim-git-0fde290e55feb8f3505c790c8ce9b5302893dfae.tar.gz
updated for version 7.1-282v7.1.282
Diffstat (limited to 'src/if_ole.idl')
-rw-r--r--src/if_ole.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_ole.idl b/src/if_ole.idl
index 83cde3acd..3629fafcd 100644
--- a/src/if_ole.idl
+++ b/src/if_ole.idl
@@ -20,7 +20,7 @@ interface IVim : IDispatch
HRESULT SendKeys([in]BSTR keys);
HRESULT Eval([in]BSTR expr, [out, retval]BSTR* result);
HRESULT SetForeground(void);
- HRESULT GetHwnd([out, retval]UINT* result);
+ HRESULT GetHwnd([out, retval]UINT_PTR* result);
};
// Component and type library definitions