mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
Workaround for missing RegDeleteKeyEx() method.
This commit is contained in:
@@ -91,6 +91,7 @@ static CVim *app = 0;
|
||||
*/
|
||||
# ifndef KEY_WOW64_64KEY
|
||||
# define KEY_WOW64_64KEY 0x0100
|
||||
# define RegDeleteKeyEx(a, b, c, d) RegDeleteKey(a, b)
|
||||
# endif
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user