mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0099
This commit is contained in:
@@ -187,6 +187,7 @@ CVim::~CVim()
|
|||||||
{
|
{
|
||||||
if (typeinfo && vim_parent_hwnd == NULL)
|
if (typeinfo && vim_parent_hwnd == NULL)
|
||||||
typeinfo->Release();
|
typeinfo->Release();
|
||||||
|
typeinfo = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
STDMETHODIMP
|
STDMETHODIMP
|
||||||
@@ -650,7 +651,7 @@ static void RecursiveDeleteKey(HKEY hKeyParent, const char* child)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Create a key and set its value
|
// Create a key and set its value
|
||||||
static void SetKeyAndValue(const char* key, const char* subkey, const char* value)
|
static void SetKeyAndValue(const char *key, const char subkey, const char *value)
|
||||||
{
|
{
|
||||||
HKEY hKey;
|
HKEY hKey;
|
||||||
char buffer[1024];
|
char buffer[1024];
|
||||||
|
Reference in New Issue
Block a user