summaryrefslogtreecommitdiffstats
path: root/src/dosinst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dosinst.h')
-rw-r--r--src/dosinst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dosinst.h b/src/dosinst.h
index b33426ad78..444af45b2a 100644
--- a/src/dosinst.h
+++ b/src/dosinst.h
@@ -89,6 +89,7 @@ char *searchpath(char *name);
*/
# ifndef KEY_WOW64_64KEY
# define KEY_WOW64_64KEY 0x0100
+# define RegDeleteKeyEx(a, b, c, d) RegDeleteKey(a, b)
# endif
#define VIM_STARTMENU "Programs\\Vim " VIM_VERSION_SHORT