summaryrefslogtreecommitdiffstats
path: root/src/if_ole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r--src/if_ole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index ca82182136..ff9e371a70 100644
--- a/src/if_ole.cpp
+++ b/src/if_ole.cpp
@@ -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
/*****************************************************************************