mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0b
This commit is contained in:
@@ -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
|
||||
|
||||
#if defined(FEAT_PROFILE) || defined(FEAT_RELTIME)
|
||||
#if (defined(FEAT_PROFILE) || defined(FEAT_RELTIME)) && !defined(PROTO)
|
||||
# ifdef WIN3264
|
||||
typedef LARGE_INTEGER proftime_T;
|
||||
# else
|
||||
|
Reference in New Issue
Block a user