forked from aniani/vim
updated for version 7.0054
This commit is contained in:
@@ -1622,7 +1622,11 @@ typedef int VimClipboard; /* This is required for the prototypes. */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_PROFILE
|
#ifdef FEAT_PROFILE
|
||||||
|
# ifdef WIN3264
|
||||||
|
typedef LARGE_INTEGER proftime_T;
|
||||||
|
# else
|
||||||
typedef struct timeval proftime_T;
|
typedef struct timeval proftime_T;
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
typedef int proftime_T; /* dummy for function prototypes */
|
typedef int proftime_T; /* dummy for function prototypes */
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user