diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-02 23:06:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-02 23:06:46 +0200 |
commit | bf65051b7bbb84436159570ae095ba6e2c7249d6 (patch) | |
tree | a83365f52cc31476142fa1ea558020724f6d61be /src/dosinst.h | |
parent | 61a91766f7558ae9914eb85377a32d7f6afe178c (diff) | |
download | vim-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.h | 1 |
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 |