changeset 176:df9a1e1ffecd

updated for version 7.0054
author vimboss
date Mon, 28 Feb 2005 22:39:03 +0000
parents c12f39141bbc
children 84c21eb4fc40
files src/vim.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -1622,7 +1622,11 @@ typedef int VimClipboard;	/* This is req
 #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