commit | 7fae636fc8b8e7227ead988ae1120066db12096c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 30 22:06:41 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 30 22:06:41 2005 +0000 |
tree | 49a671f115679b40f7fd0cb0c9da50e8ab00fcb2 | |
parent | d042c56e34b5c032e79fa1fee19ce6d16ac99e49 [diff] [blame] |
updated for version 7.0098
diff --git a/src/os_w32exe.c b/src/os_w32exe.c index 8c48fb3..76f9332 100644 --- a/src/os_w32exe.c +++ b/src/os_w32exe.c
@@ -28,14 +28,14 @@ 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*/