]> granicus.if.org Git - vim/commitdiff
updated for version 7.0054
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Feb 2005 22:39:03 +0000 (22:39 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Feb 2005 22:39:03 +0000 (22:39 +0000)
src/vim.h

index 36e5d67f0e718d688d54504567f8f868fb8e05fa..3fb9fa33248723c2e5d75cfb992beaae95e37a6d 100644 (file)
--- a/src/vim.h
+++ b/src/vim.h
@@ -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