summaryrefslogtreecommitdiffstats
path: root/src/os_w32exe.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-30 22:06:41 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-30 22:06:41 +0000
commit7fae636fc8b8e7227ead988ae1120066db12096c (patch)
tree49a671f115679b40f7fd0cb0c9da50e8ab00fcb2 /src/os_w32exe.c
parentd042c56e34b5c032e79fa1fee19ce6d16ac99e49 (diff)
updated for version 7.0098v7.0098
Diffstat (limited to 'src/os_w32exe.c')
-rw-r--r--src/os_w32exe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_w32exe.c b/src/os_w32exe.c
index 8c48fb338b..76f9332a65 100644
--- a/src/os_w32exe.c
+++ b/src/os_w32exe.c
@@ -28,14 +28,14 @@ VimMain
main
#endif
__ARGS((int argc, char **argv));
-int (_cdecl *pmain)(int, char **);
+static int (_cdecl *pmain)(int, char **);
#ifndef PROTO
#ifdef FEAT_GUI
#ifndef VIMDLL
void _cdecl SaveInst(HINSTANCE hInst);
#endif
-void (_cdecl *pSaveInst)(HINSTANCE);
+static void (_cdecl *pSaveInst)(HINSTANCE);
#endif
/*ARGSUSED*/