diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-28 22:39:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-28 22:39:03 +0000 |
commit | 4d01d630a52980e6fb548959a6c24c660dfbaf39 (patch) | |
tree | ca3d709f17b50ea381791bde7104a2d7a059fe36 | |
parent | 038eb0ed1667066df0be1d9e79ebbb3fe9894cb4 (diff) | |
download | vim-git-4d01d630a52980e6fb548959a6c24c660dfbaf39.tar.gz |
updated for version 7.0054
-rw-r--r-- | src/vim.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1622,7 +1622,11 @@ typedef int VimClipboard; /* This is required for the prototypes. */ #endif #ifdef FEAT_PROFILE +# ifdef WIN3264 +typedef LARGE_INTEGER proftime_T; +# else typedef struct timeval proftime_T; +# endif #else typedef int proftime_T; /* dummy for function prototypes */ #endif |