diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-21 21:20:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-21 21:20:39 +0000 |
commit | eee697b748159dfc85f4dd9fe6478a31a1f9d145 (patch) | |
tree | 1db3f721e47f1e9a05a007488fdaa6b41a3f8816 /src/vim.h | |
parent | b3656edcb96bd36277db157baec80cb5e7a6f534 (diff) | |
download | vim-git-eee697b748159dfc85f4dd9fe6478a31a1f9d145.tar.gz |
updated for version 7.0231
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |