comparison src/vim.h @ 176:df9a1e1ffecd

updated for version 7.0054
author vimboss
date Mon, 28 Feb 2005 22:39:03 +0000
parents 8c60f65311fa
children 7fd70926e2e1
comparison
equal deleted inserted replaced
175:c12f39141bbc 176:df9a1e1ffecd
1620 # define DO_INIT 1620 # define DO_INIT
1621 # endif 1621 # endif
1622 #endif 1622 #endif
1623 1623
1624 #ifdef FEAT_PROFILE 1624 #ifdef FEAT_PROFILE
1625 # ifdef WIN3264
1626 typedef LARGE_INTEGER proftime_T;
1627 # else
1625 typedef struct timeval proftime_T; 1628 typedef struct timeval proftime_T;
1629 # endif
1626 #else 1630 #else
1627 typedef int proftime_T; /* dummy for function prototypes */ 1631 typedef int proftime_T; /* dummy for function prototypes */
1628 #endif 1632 #endif
1629 1633
1630 #include "option.h" /* option variables and defines */ 1634 #include "option.h" /* option variables and defines */