0
0
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:
Bram Moolenaar
2005-07-01 22:31:55 +00:00
parent 7fae636fc8
commit 505e82870e

View File

@@ -187,6 +187,7 @@ CVim::~CVim()
{
if (typeinfo && vim_parent_hwnd == NULL)
typeinfo->Release();
typeinfo = 0;
}
STDMETHODIMP
@@ -650,7 +651,7 @@ static void RecursiveDeleteKey(HKEY hKeyParent, const char* child)
}
// 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;
char buffer[1024];