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_win16.c b/src/os_win16.c index 1b1ccd7..b0a4f71 100644 --- a/src/os_win16.c +++ b/src/os_win16.c
@@ -81,11 +81,11 @@ int _cdecl VimMain __ARGS((int argc, char **argv)); -int (_cdecl *pmain)(int, char **); +static int (_cdecl *pmain)(int, char **); #ifndef PROTO void _cdecl SaveInst(HINSTANCE hInst); -void (_cdecl *pSaveInst)(HINSTANCE); +static void (_cdecl *pSaveInst)(HINSTANCE); int WINAPI WinMain(