summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-28 22:43:16 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-28 22:43:16 +0100
commit89828e9fe6de4d70e0e2ccd3c711bd26632c26a9 (patch)
treed0f1fbba4175b0e49b8b60185bf5f9516fd73e19 /src/gui_w32.c
parent47cf1cc2576b576898f25cea325139bdbba90fe6 (diff)
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index c584d8c78b..e6d2e80635 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)
{