comparison src/vim.h @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents 860b73800cd7
children d2c169a725c8
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
1721 # include <io.h> /* for access() */ 1721 # include <io.h> /* for access() */
1722 1722
1723 # define stat(a,b) (access(a,0) ? -1 : stat(a,b)) 1723 # define stat(a,b) (access(a,0) ? -1 : stat(a,b))
1724 #endif 1724 #endif
1725 1725
1726 #if defined(FEAT_PROFILE) || defined(FEAT_RELTIME) 1726 #if (defined(FEAT_PROFILE) || defined(FEAT_RELTIME)) && !defined(PROTO)
1727 # ifdef WIN3264 1727 # ifdef WIN3264
1728 typedef LARGE_INTEGER proftime_T; 1728 typedef LARGE_INTEGER proftime_T;
1729 # else 1729 # else
1730 typedef struct timeval proftime_T; 1730 typedef struct timeval proftime_T;
1731 # endif 1731 # endif