summaryrefslogtreecommitdiff
path: root/src/dosinst.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-02 23:06:46 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-02 23:06:46 +0200
commitbf65051b7bbb84436159570ae095ba6e2c7249d6 (patch)
treea83365f52cc31476142fa1ea558020724f6d61be /src/dosinst.h
parent61a91766f7558ae9914eb85377a32d7f6afe178c (diff)
downloadvim-git-bf65051b7bbb84436159570ae095ba6e2c7249d6.tar.gz
Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it
dynamically from the .dll. Should work everywhere.
Diffstat (limited to 'src/dosinst.h')
-rw-r--r--src/dosinst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h
index 444af45b2..b33426ad7 100644
--- a/src/dosinst.h
+++ b/src/dosinst.h
@@ -89,7 +89,6 @@ 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