summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-21 21:20:39 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-21 21:20:39 +0000
commiteee697b748159dfc85f4dd9fe6478a31a1f9d145 (patch)
tree1db3f721e47f1e9a05a007488fdaa6b41a3f8816 /src
parentb3656edcb96bd36277db157baec80cb5e7a6f534 (diff)
updated for version 7.0231
Diffstat (limited to 'src')
-rw-r--r--src/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index f179e9fa3c..1e4ae427a8 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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