mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0101
This commit is contained in:
@@ -651,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];
|
||||
|
Reference in New Issue
Block a user