diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-03-28 22:43:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-03-28 22:43:16 +0100 |
commit | 89828e9fe6de4d70e0e2ccd3c711bd26632c26a9 (patch) | |
tree | d0f1fbba4175b0e49b8b60185bf5f9516fd73e19 /src/gui_w32.c | |
parent | 47cf1cc2576b576898f25cea325139bdbba90fe6 (diff) | |
download | vim-git-89828e9fe6de4d70e0e2ccd3c711bd26632c26a9.tar.gz |
patch 8.1.1066: VIMDLL isn't actually usedv8.1.1066
Problem: VIMDLL isn't actually used.
Solution: Remove VIMDLL support.
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index c584d8c78..e6d2e8063 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -2280,9 +2280,6 @@ gui_mch_draw_menubar(void) #ifndef PROTO void -#ifdef VIMDLL -_export -#endif _cdecl SaveInst(HINSTANCE hInst) { |