mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0084
This commit is contained in:
@@ -467,12 +467,14 @@ CVimCF::Release()
|
||||
return ref;
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
STDMETHODIMP
|
||||
CVimCF::CreateInstance(IUnknown *punkOuter, REFIID riid, void **ppv)
|
||||
{
|
||||
return app->QueryInterface(riid, ppv);
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
STDMETHODIMP
|
||||
CVimCF::LockServer(BOOL lock)
|
||||
{
|
||||
|
Reference in New Issue
Block a user