1
0
forked from aniani/vim

updated for version 7.0231

This commit is contained in:
Bram Moolenaar
2006-03-21 21:20:39 +00:00
parent b3656edcb9
commit eee697b748
7 changed files with 883 additions and 40 deletions

View File

@@ -1723,7 +1723,7 @@ typedef int VimClipboard; /* This is required for the prototypes. */
# define stat(a,b) (access(a,0) ? -1 : stat(a,b))
#endif
#ifdef FEAT_PROFILE
#if defined(FEAT_PROFILE) || defined(FEAT_RELTIME)
# ifdef WIN3264
typedef LARGE_INTEGER proftime_T;
# else