diff src/os_w32exe.c @ 379:d6d6ca943713 v7.0098

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 22:06:41 +0000
parents 03b3684919e3
children 1ddec6983d9e
line wrap: on
line diff
--- 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*/