0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0098

This commit is contained in:
Bram Moolenaar
2005-06-30 22:06:41 +00:00
parent d042c56e34
commit 7fae636fc8
6 changed files with 14 additions and 18 deletions

View File

@@ -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*/